#CDEEEE

Color #CDEEEE Oyster Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Bay #CDEEEE

Tints of Oyster Bay #CDEEEE

Color information

#CDEEEE (or 0xCDEEEE) is unknown color: approx Oyster Bay. HEX triplet: CD, EE and EE. RGB value is (205,238,238). Sum of RGB (Red+Green+Blue) = 205+238+238=681 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.10% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #CDEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEEEE is #321111. Grayscale: #E4E4E4. Windows color (decimal): -3281170 or 15658701. OLE color: 15658701.

HSL color Cylindrical-coordinate representation of color #CDEEEE: hue angle of 180º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEEEE is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205238238-
CMYK0.14000.07
HSL180º49.25%86.86%-
HSV(B)180º13.87%93.33%-
XYZ71.1880.392.64-
YUV228.13133.57111.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 30.10%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=30.10%
G=34.95%
B=34.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052382380.14000.0718049.2586.86
HexCDEEEEE007b43157
Octal3153563561600726461127
Binary110011011110111011101110111000111101101001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEEEE; }

 p { color: rgb(205,238,238); }

 H1.HeaderClassName
 {
   color: #CDEEEE;
 }
 .AnyTagClassName
 {
   color: #CDEEEE;
 }
</style>
background-color css

<style>
 a { background-color: #CDEEEE; }

 a { background-color: rgb(205,238,238); }

 div.DivClassName
 {
   background-color: #CDEEEE;
 }
 .BgClassName
 {
   background-color: #CDEEEE;
 }
</style>
border-color css

<style>
 span { border-color: #CDEEEE; }

 span { border-color: rgb(205,238,238); }

 td.TdClassName
 {
   border-color: #CDEEEE;
 }
 .TagClassName
 {
   border-color: #CDEEEE;
 }
</style>