#CCECEE

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

Shades of Oyster Bay #CCECEE

Tints of Oyster Bay #CCECEE

Color information

#CCECEE (or 0xCCECEE) is unknown color: approx Oyster Bay. HEX triplet: CC, EC and EE. RGB value is (204,236,238). Sum of RGB (Red+Green+Blue) = 204+236+238=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCECEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCECEE is #331311. Grayscale: #E2E2E2. Windows color (decimal): -3347218 or 15658188. OLE color: 15658188.

HSL color Cylindrical-coordinate representation of color #CCECEE: hue angle of 183.53º 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 #CCECEE is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204236238-
CMYK0.140.0100.07
HSL183.53º50%86.67%-
HSV(B)183.53º14.29%93.33%-
XYZ70.337992.43-
YUV226.66134.4111.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.09%
GREEN value IS 236 (92.58% from 255) = 34.81%
BLUE value IS 238 (93.36% from 255) = 35.10%
R=30.09%
G=34.81%
B=35.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042362380.140.0100.07183.535086.67
HexCCECEEE107b83257
Octal3143543561610727062127
Binary110011001110110011101110111010111101110001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCECEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCECEE; }

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

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

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

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

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

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

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

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