#CEE7CD

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

Shades of Blue Romance #CEE7CD

Tints of Blue Romance #CEE7CD

Color information

#CEE7CD (or 0xCEE7CD) is unknown color: approx Blue Romance. HEX triplet: CE, E7 and CD. RGB value is (206,231,205). Sum of RGB (Red+Green+Blue) = 206+231+205=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 231 (90.62% from 255 or 35.98% from 642); Blue value is 205 (80.47% from 255 or 31.93% from 642); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE7CD is #311832. Grayscale: #DCDCDC. Windows color (decimal): -3217459 or 13494222. OLE color: 13494222.

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

Color convert

RGB206231205-
CMYK0.1100.110.09
HSL117.69º35.14%85.49%-
HSV(B)117.69º11.26%90.59%-
XYZ65.0574.6868.74-
YUV220.56119.22117.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.09%
GREEN value IS 231 (90.62% from 255) = 35.98%
BLUE value IS 205 (80.47% from 255) = 31.93%
R=32.09%
G=35.98%
B=31.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2062312050.1100.110.09117.6935.1485.49
HexCEE7CDB0B9762355
Octal316347315130131116643125
Binary110011101110011111001101101101011100111101101000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE7CD; }

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

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

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

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

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

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

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

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