#CEF3F2

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

Shades of Oyster Bay #CEF3F2

Tints of Oyster Bay #CEF3F2

Color information

#CEF3F2 (or 0xCEF3F2) is unknown color: approx Oyster Bay. HEX triplet: CE, F3 and F2. RGB value is (206,243,242). Sum of RGB (Red+Green+Blue) = 206+243+242=691 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.81% from 691); Green value is 243 (95.31% from 255 or 35.17% from 691); Blue value is 242 (94.92% from 255 or 35.02% from 691); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF3F2 is #310C0D. Grayscale: #E7E7E7. Windows color (decimal): -3214350 or 15922126. OLE color: 15922126.

HSL color Cylindrical-coordinate representation of color #CEF3F2: hue angle of 178.38º degrees, saturation: 0.61, 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 #CEF3F2 is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB206243242-
CMYK0.1500.000.05
HSL178.38º60.66%88.04%-
HSV(B)178.38º15.23%95.29%-
XYZ73.5383.6396.27-
YUV231.82133.74109.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.81%
GREEN value IS 243 (95.31% from 255) = 35.17%
BLUE value IS 242 (94.92% from 255) = 35.02%
R=29.81%
G=35.17%
B=35.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062432420.1500.000.05178.3860.6688.04
HexCEF3F2F005b23d58
Octal3163633621700526275130
Binary110011101111001111110010111100101101100101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF3F2; }

 p { color: rgb(206,243,242); }

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

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

 a { background-color: rgb(206,243,242); }

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

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

 span { border-color: rgb(206,243,242); }

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