#CEE2CC

Color #CEE2CC Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #CEE2CC

Tints of Blue Romance #CEE2CC

Color information

#CEE2CC (or 0xCEE2CC) is unknown color: approx Blue Romance. HEX triplet: CE, E2 and CC. RGB value is (206,226,204). Sum of RGB (Red+Green+Blue) = 206+226+204=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 226 (88.67% from 255 or 35.53% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 226 - color contains mainly: green. Hex color #CEE2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE2CC is #311D33. Grayscale: #D9D9D9. Windows color (decimal): -3218740 or 13427406. OLE color: 13427406.

HSL color Cylindrical-coordinate representation of color #CEE2CC: hue angle of 114.55º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEE2CC is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB206226204-
CMYK0.0900.100.11
HSL114.55º27.5%84.31%-
HSV(B)114.55º9.73%88.63%-
XYZ63.5571.8767.65-
YUV217.51120.37119.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.39%
GREEN value IS 226 (88.67% from 255) = 35.53%
BLUE value IS 204 (80.08% from 255) = 32.08%
R=32.39%
G=35.53%
B=32.08%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2062262040.0900.100.11114.5527.584.31
HexCEE2CC90AB731c54
Octal316342314110121316334124
Binary11001110111000101100110010010101010111110011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE2CC; }

 p { color: rgb(206,226,204); }

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

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

 a { background-color: rgb(206,226,204); }

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

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

 span { border-color: rgb(206,226,204); }

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