#CDE4CC

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

Shades of Blue Romance #CDE4CC

Tints of Blue Romance #CDE4CC

Color information

#CDE4CC (or 0xCDE4CC) is unknown color: approx Blue Romance. HEX triplet: CD, E4 and CC. RGB value is (205,228,204). Sum of RGB (Red+Green+Blue) = 205+228+204=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE4CC is #321B33. Grayscale: #DADADA. Windows color (decimal): -3283764 or 13427917. OLE color: 13427917.

HSL color Cylindrical-coordinate representation of color #CDE4CC: hue angle of 117.5º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE4CC is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB205228204-
CMYK0.1000.110.11
HSL117.5º30.77%84.71%-
HSV(B)117.5º10.53%89.41%-
XYZ63.8272.8367.82-
YUV218.39119.88118.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 228 (89.45% from 255) = 35.79%
BLUE value IS 204 (80.08% from 255) = 32.03%
R=32.18%
G=35.79%
B=32.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052282040.1000.110.11117.530.7784.71
HexCDE4CCA0BB751f55
Octal315344314120131316537125
Binary11001101111001001100110010100101110111110101111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE4CC; }

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

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

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

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

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

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

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

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