#CDECCC

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

Shades of Blue Romance #CDECCC

Tints of Blue Romance #CDECCC

Color information

#CDECCC (or 0xCDECCC) is unknown color: approx Blue Romance. HEX triplet: CD, EC and CC. RGB value is (205,236,204). Sum of RGB (Red+Green+Blue) = 205+236+204=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECCC is #321333. Grayscale: #DFDFDF. Windows color (decimal): -3281716 or 13429965. OLE color: 13429965.

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

Color convert

RGB205236204-
CMYK0.1300.140.07
HSL118.12º45.71%86.27%-
HSV(B)118.12º13.56%92.55%-
XYZ66.0777.3368.57-
YUV223.08117.23115.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.78%
GREEN value IS 236 (92.58% from 255) = 36.59%
BLUE value IS 204 (80.08% from 255) = 31.63%
R=31.78%
G=36.59%
B=31.63%

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
Decimal2052362040.1300.140.07118.1245.7186.27
HexCDECCCD0E7762e56
Octal31535431415016716656126
Binary11001101111011001100110011010111011111101101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDECCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDECCC; }

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

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

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

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

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

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

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

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