#CFE8EC

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

Shades of Oyster Bay #CFE8EC

Tints of Oyster Bay #CFE8EC

Color information

#CFE8EC (or 0xCFE8EC) is unknown color: approx Oyster Bay. HEX triplet: CF, E8 and EC. RGB value is (207,232,236). Sum of RGB (Red+Green+Blue) = 207+232+236=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 232 (91.02% from 255 or 34.37% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFE8EC is #301713. Grayscale: #E0E0E0. Windows color (decimal): -3151636 or 15526095. OLE color: 15526095.

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

Color convert

RGB207232236-
CMYK0.120.0200.07
HSL188.28º43.28%86.86%-
HSV(B)188.28º12.29%92.55%-
XYZ69.7377.0390.55-
YUV224.98134.22115.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.67%
GREEN value IS 232 (91.02% from 255) = 34.37%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=30.67%
G=34.37%
B=34.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072322360.120.0200.07188.2843.2886.86
HexCFE8ECC207bc2b57
Octal3173503541420727453127
Binary1100111111101000111011001100100111101111001010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8EC; }

 p { color: rgb(207,232,236); }

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

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

 a { background-color: rgb(207,232,236); }

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

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

 span { border-color: rgb(207,232,236); }

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