#CDEFCD

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

Shades of Blue Romance #CDEFCD

Tints of Blue Romance #CDEFCD

Color information

#CDEFCD (or 0xCDEFCD) is unknown color: approx Blue Romance. HEX triplet: CD, EF and CD. RGB value is (205,239,205). Sum of RGB (Red+Green+Blue) = 205+239+205=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 205 (80.47% from 255 or 31.59% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFCD is #321032. Grayscale: #E1E1E1. Windows color (decimal): -3280947 or 13496269. OLE color: 13496269.

HSL color Cylindrical-coordinate representation of color #CDEFCD: hue angle of 120º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEFCD is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB205239205-
CMYK0.1400.140.06
HSL120º51.52%87.06%-
HSV(B)120º14.23%93.73%-
XYZ67.0679.1269.49-
YUV224.96116.74113.76-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.59%
GREEN value IS 239 (93.75% from 255) = 36.83%
BLUE value IS 205 (80.47% from 255) = 31.59%
R=31.59%
G=36.83%
B=31.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052392050.1400.140.0612051.5287.06
HexCDEFCDE0E6783457
Octal31535731516016617064127
Binary11001101111011111100110111100111011011110001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFCD; }

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

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

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

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

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

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

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

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