#CDECEF

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

Shades of Oyster Bay #CDECEF

Tints of Oyster Bay #CDECEF

Color information

#CDECEF (or 0xCDECEF) is unknown color: approx Oyster Bay. HEX triplet: CD, EC and EF. RGB value is (205,236,239). Sum of RGB (Red+Green+Blue) = 205+236+239=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDECEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDECEF is #321310. Grayscale: #E3E3E3. Windows color (decimal): -3281681 or 15723725. OLE color: 15723725.

HSL color Cylindrical-coordinate representation of color #CDECEF: hue angle of 185.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDECEF is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205236239-
CMYK0.140.0100.06
HSL185.29º51.52%87.06%-
HSV(B)185.29º14.23%93.73%-
XYZ70.7579.293.22-
YUV227.07134.73112.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.15%
GREEN value IS 236 (92.58% from 255) = 34.71%
BLUE value IS 239 (93.75% from 255) = 35.15%
R=30.15%
G=34.71%
B=35.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052362390.140.0100.06185.2951.5287.06
HexCDECEFE106b93457
Octal3153543571610627164127
Binary110011011110110011101111111010110101110011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECEF; }

 p { color: rgb(205,236,239); }

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

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

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

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

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

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

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