#CEE8CC

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

Shades of Blue Romance #CEE8CC

Tints of Blue Romance #CEE8CC

Color information

#CEE8CC (or 0xCEE8CC) is unknown color: approx Blue Romance. HEX triplet: CE, E8 and CC. RGB value is (206,232,204). Sum of RGB (Red+Green+Blue) = 206+232+204=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE8CC is #311733. Grayscale: #DDDDDD. Windows color (decimal): -3217204 or 13428942. OLE color: 13428942.

HSL color Cylindrical-coordinate representation of color #CEE8CC: hue angle of 115.71º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEE8CC is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB206232204-
CMYK0.1100.120.09
HSL115.71º37.84%85.49%-
HSV(B)115.71º12.07%90.98%-
XYZ65.2175.1968.2-
YUV221.03118.39117.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.09%
GREEN value IS 232 (91.02% from 255) = 36.14%
BLUE value IS 204 (80.08% from 255) = 31.78%
R=32.09%
G=36.14%
B=31.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062322040.1100.120.09115.7137.8485.49
HexCEE8CCB0C9742655
Octal316350314130141116446125
Binary110011101110100011001100101101100100111101001001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE8CC; }

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

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

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

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

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

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

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

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