#CCEDF0

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

Shades of Oyster Bay #CCEDF0

Tints of Oyster Bay #CCEDF0

Color information

#CCEDF0 (or 0xCCEDF0) is unknown color: approx Oyster Bay. HEX triplet: CC, ED and F0. RGB value is (204,237,240). Sum of RGB (Red+Green+Blue) = 204+237+240=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 237 (92.97% from 255 or 34.80% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCEDF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDF0 is #33120F. Grayscale: #E3E3E3. Windows color (decimal): -3346960 or 15789516. OLE color: 15789516.

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

Color convert

RGB204237240-
CMYK0.150.0100.06
HSL185º54.55%87.06%-
HSV(B)185º15%94.12%-
XYZ70.9179.794.08-
YUV227.48135.07111.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.96%
GREEN value IS 237 (92.97% from 255) = 34.80%
BLUE value IS 240 (94.14% from 255) = 35.24%
R=29.96%
G=34.80%
B=35.24%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042372400.150.0100.0618554.5587.06
HexCCEDF0F106b93757
Octal3143553601710627167127
Binary110011001110110111110000111110110101110011101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEDF0; }

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

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

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

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

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

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

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

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