#CEECCD

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

Shades of Blue Romance #CEECCD

Tints of Blue Romance #CEECCD

Color information

#CEECCD (or 0xCEECCD) is unknown color: approx Blue Romance. HEX triplet: CE, EC and CD. RGB value is (206,236,205). Sum of RGB (Red+Green+Blue) = 206+236+205=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 236 (92.58% from 255 or 36.48% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECCD is #311332. Grayscale: #DFDFDF. Windows color (decimal): -3216179 or 13495502. OLE color: 13495502.

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

Color convert

RGB206236205-
CMYK0.1300.130.07
HSL118.06º44.93%86.47%-
HSV(B)118.06º13.14%92.55%-
XYZ66.4777.5269.22-
YUV223.5117.56115.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.84%
GREEN value IS 236 (92.58% from 255) = 36.48%
BLUE value IS 205 (80.47% from 255) = 31.68%
R=31.84%
G=36.48%
B=31.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062362050.1300.130.07118.0644.9386.47
HexCEECCDD0D7762d56
Octal31635431515015716655126
Binary11001110111011001100110111010110111111101101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECCD; }

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

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

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

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

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

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

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

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