#CDE8CC

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

Shades of Blue Romance #CDE8CC

Tints of Blue Romance #CDE8CC

Color information

#CDE8CC (or 0xCDE8CC) is unknown color: approx Blue Romance. HEX triplet: CD, E8 and CC. RGB value is (205,232,204). Sum of RGB (Red+Green+Blue) = 205+232+204=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 232 (91.02% from 255 or 36.19% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE8CC is #321733. Grayscale: #DCDCDC. Windows color (decimal): -3282740 or 13428941. OLE color: 13428941.

HSL color Cylindrical-coordinate representation of color #CDE8CC: hue angle of 117.86º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE8CC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB205232204-
CMYK0.1200.120.09
HSL117.86º37.84%85.49%-
HSV(B)117.86º12.07%90.98%-
XYZ64.9375.0568.19-
YUV220.74118.55116.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.98%
GREEN value IS 232 (91.02% from 255) = 36.19%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=31.98%
G=36.19%
B=31.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052322040.1200.120.09117.8637.8485.49
HexCDE8CCC0C9762655
Octal315350314140141116646125
Binary110011011110100011001100110001100100111101101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE8CC; }

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

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

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

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

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

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

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

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