#CDEECD

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

Shades of Blue Romance #CDEECD

Tints of Blue Romance #CDEECD

Color information

#CDEECD (or 0xCDEECD) is unknown color: approx Blue Romance. HEX triplet: CD, EE and CD. RGB value is (205,238,205). Sum of RGB (Red+Green+Blue) = 205+238+205=648 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.64% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 205 (80.47% from 255 or 31.64% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEECD is #321132. Grayscale: #E0E0E0. Windows color (decimal): -3281203 or 13496013. OLE color: 13496013.

HSL color Cylindrical-coordinate representation of color #CDEECD: hue angle of 120º 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 #CDEECD is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB205238205-
CMYK0.1400.140.07
HSL120º49.25%86.86%-
HSV(B)120º13.87%93.33%-
XYZ66.7778.5469.4-
YUV224.37117.07114.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.64%
GREEN value IS 238 (93.36% from 255) = 36.73%
BLUE value IS 205 (80.47% from 255) = 31.64%
R=31.64%
G=36.73%
B=31.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2052382050.1400.140.0712049.2586.86
HexCDEECDE0E7783157
Octal31535631516016717061127
Binary11001101111011101100110111100111011111110001100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEECD; }

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

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

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

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

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

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

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

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