#CEE1CD

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

Shades of Blue Romance #CEE1CD

Tints of Blue Romance #CEE1CD

Color information

#CEE1CD (or 0xCEE1CD) is unknown color: approx Blue Romance. HEX triplet: CE, E1 and CD. RGB value is (206,225,205). Sum of RGB (Red+Green+Blue) = 206+225+205=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 225 (88.28% from 255 or 35.38% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE1CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE1CD is #311E32. Grayscale: #D9D9D9. Windows color (decimal): -3218995 or 13492686. OLE color: 13492686.

HSL color Cylindrical-coordinate representation of color #CEE1CD: hue angle of 117º degrees, saturation: 0.25, 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 #CEE1CD is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB206225205-
CMYK0.0800.090.12
HSL117º25%84.31%-
HSV(B)117º8.89%88.24%-
XYZ63.471.3868.19-
YUV217.04121.21120.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.39%
GREEN value IS 225 (88.28% from 255) = 35.38%
BLUE value IS 205 (80.47% from 255) = 32.23%
R=32.39%
G=35.38%
B=32.23%

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
Decimal2062252050.0800.090.121172584.31
HexCEE1CD809C751954
Octal316341315100111416531124
Binary11001110111000011100110110000100111001110101110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1CD; }

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

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

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

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

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

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

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

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