#CEE1CC

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

Shades of Blue Romance #CEE1CC

Tints of Blue Romance #CEE1CC

Color information

#CEE1CC (or 0xCEE1CC) is unknown color: approx Blue Romance. HEX triplet: CE, E1 and CC. RGB value is (206,225,204). Sum of RGB (Red+Green+Blue) = 206+225+204=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 225 (88.28% from 255 or 35.43% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1CC is #311E33. Grayscale: #D8D8D8. Windows color (decimal): -3218996 or 13427150. OLE color: 13427150.

HSL color Cylindrical-coordinate representation of color #CEE1CC: hue angle of 114.29º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEE1CC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB206225204-
CMYK0.0800.090.12
HSL114.29º25.93%84.12%-
HSV(B)114.29º9.33%88.24%-
XYZ63.2871.3367.56-
YUV216.92120.71120.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.44%
GREEN value IS 225 (88.28% from 255) = 35.43%
BLUE value IS 204 (80.08% from 255) = 32.13%
R=32.44%
G=35.43%
B=32.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2062252040.0800.090.12114.2925.9384.12
HexCEE1CC809C721a54
Octal316341314100111416232124
Binary11001110111000011100110010000100111001110010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1CC; }

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

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

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

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

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

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

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

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