#CEEECD

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

Shades of Blue Romance #CEEECD

Tints of Blue Romance #CEEECD

Color information

#CEEECD (or 0xCEEECD) is unknown color: approx Blue Romance. HEX triplet: CE, EE and CD. RGB value is (206,238,205). Sum of RGB (Red+Green+Blue) = 206+238+205=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEECD is #311132. Grayscale: #E0E0E0. Windows color (decimal): -3215667 or 13496014. OLE color: 13496014.

HSL color Cylindrical-coordinate representation of color #CEEECD: hue angle of 118.18º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEECD is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB206238205-
CMYK0.1300.140.07
HSL118.18º49.25%86.86%-
HSV(B)118.18º13.87%93.33%-
XYZ67.0578.6869.41-
YUV224.67116.9114.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.74%
GREEN value IS 238 (93.36% from 255) = 36.67%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=31.74%
G=36.67%
B=31.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062382050.1300.140.07118.1849.2586.86
HexCEEECDD0E7763157
Octal31635631515016716661127
Binary11001110111011101100110111010111011111101101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEECD; }

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

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

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

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

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

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

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

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