#CEF0F1

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

Shades of Oyster Bay #CEF0F1

Tints of Oyster Bay #CEF0F1

Color information

#CEF0F1 (or 0xCEF0F1) is unknown color: approx Oyster Bay. HEX triplet: CE, F0 and F1. RGB value is (206,240,241). Sum of RGB (Red+Green+Blue) = 206+240+241=687 (90% of max value = 765). Red value is 206 (80.86% from 255 or 29.99% from 687); Green value is 240 (94.14% from 255 or 34.93% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEF0F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0F1 is #310F0E. Grayscale: #E5E5E5. Windows color (decimal): -3215119 or 15855822. OLE color: 15855822.

HSL color Cylindrical-coordinate representation of color #CEF0F1: hue angle of 181.71º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF0F1 is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206240241-
CMYK0.150.0000.05
HSL181.71º55.56%87.65%-
HSV(B)181.71º14.52%94.51%-
XYZ72.4981.7995.19-
YUV229.95134.24110.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.99%
GREEN value IS 240 (94.14% from 255) = 34.93%
BLUE value IS 241 (94.53% from 255) = 35.08%
R=29.99%
G=34.93%
B=35.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062402410.150.0000.05181.7155.5687.65
HexCEF0F1F005b63858
Octal3163603611700526670130
Binary110011101111000011110001111100101101101101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0F1; }

 p { color: rgb(206,240,241); }

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

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

 a { background-color: rgb(206,240,241); }

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

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

 span { border-color: rgb(206,240,241); }

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