#CFEDF0

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

Shades of Oyster Bay #CFEDF0

Tints of Oyster Bay #CFEDF0

Color information

#CFEDF0 (or 0xCFEDF0) is unknown color: approx Oyster Bay. HEX triplet: CF, ED and F0. RGB value is (207,237,240). Sum of RGB (Red+Green+Blue) = 207+237+240=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 237 (92.97% from 255 or 34.65% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #CFEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEDF0 is #30120F. Grayscale: #E4E4E4. Windows color (decimal): -3150352 or 15789519. OLE color: 15789519.

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

Color convert

RGB207237240-
CMYK0.140.0100.06
HSL185.45º52.38%87.65%-
HSV(B)185.45º13.75%94.12%-
XYZ71.7480.1394.12-
YUV228.37134.56112.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.26%
GREEN value IS 237 (92.97% from 255) = 34.65%
BLUE value IS 240 (94.14% from 255) = 35.09%
R=30.26%
G=34.65%
B=35.09%

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
Decimal2072372400.140.0100.06185.4552.3887.65
HexCFEDF0E106b93458
Octal3173553601610627164130
Binary110011111110110111110000111010110101110011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDF0; }

 p { color: rgb(207,237,240); }

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

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

 a { background-color: rgb(207,237,240); }

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

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

 span { border-color: rgb(207,237,240); }

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