#CDEDCC

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

Shades of Blue Romance #CDEDCC

Tints of Blue Romance #CDEDCC

Color information

#CDEDCC (or 0xCDEDCC) is unknown color: approx Blue Romance. HEX triplet: CD, ED and CC. RGB value is (205,237,204). Sum of RGB (Red+Green+Blue) = 205+237+204=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 237 (92.97% from 255 or 36.69% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDCC is #321233. Grayscale: #DFDFDF. Windows color (decimal): -3281460 or 13430221. OLE color: 13430221.

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

Color convert

RGB205237204-
CMYK0.1400.140.07
HSL118.18º47.83%86.47%-
HSV(B)118.18º13.92%92.94%-
XYZ66.3677.9168.67-
YUV223.67116.9114.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.73%
GREEN value IS 237 (92.97% from 255) = 36.69%
BLUE value IS 204 (80.08% from 255) = 31.58%
R=31.73%
G=36.69%
B=31.58%

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
Decimal2052372040.1400.140.07118.1847.8386.47
HexCDEDCCE0E7763056
Octal31535531416016716660126
Binary11001101111011011100110011100111011111101101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEDCC; }

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

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

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

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

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

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

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

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