#CCEEED

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

Shades of Oyster Bay #CCEEED

Tints of Oyster Bay #CCEEED

Color information

#CCEEED (or 0xCCEEED) is unknown color: approx Oyster Bay. HEX triplet: CC, EE and ED. RGB value is (204,238,237). Sum of RGB (Red+Green+Blue) = 204+238+237=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEED is #331112. Grayscale: #E3E3E3. Windows color (decimal): -3346707 or 15593164. OLE color: 15593164.

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

Color convert

RGB204238237-
CMYK0.1400.000.07
HSL178.24º50%86.67%-
HSV(B)178.24º14.29%93.33%-
XYZ70.7680.191.85-
YUV227.72133.24111.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.04%
GREEN value IS 238 (93.36% from 255) = 35.05%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=30.04%
G=35.05%
B=34.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042382370.1400.000.07178.245086.67
HexCCEEEDE007b23257
Octal3143563551600726262127
Binary110011001110111011101101111000111101100101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEED; }

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

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

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

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

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

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

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

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