#CEE8CD

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

Shades of Blue Romance #CEE8CD

Tints of Blue Romance #CEE8CD

Color information

#CEE8CD (or 0xCEE8CD) is unknown color: approx Blue Romance. HEX triplet: CE, E8 and CD. RGB value is (206,232,205). Sum of RGB (Red+Green+Blue) = 206+232+205=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE8CD is #311732. Grayscale: #DDDDDD. Windows color (decimal): -3217203 or 13494478. OLE color: 13494478.

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

Color convert

RGB206232205-
CMYK0.1100.120.09
HSL117.78º36.99%85.69%-
HSV(B)117.78º11.64%90.98%-
XYZ65.3375.2468.84-
YUV221.15118.89117.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.04%
GREEN value IS 232 (91.02% from 255) = 36.08%
BLUE value IS 205 (80.47% from 255) = 31.88%
R=32.04%
G=36.08%
B=31.88%

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
Decimal2062322050.1100.120.09117.7836.9985.69
HexCEE8CDB0C9762556
Octal316350315130141116645126
Binary110011101110100011001101101101100100111101101001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE8CD; }

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

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

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

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

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

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

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

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