#CDE5CC

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

Shades of Blue Romance #CDE5CC

Tints of Blue Romance #CDE5CC

Color information

#CDE5CC (or 0xCDE5CC) is unknown color: approx Blue Romance. HEX triplet: CD, E5 and CC. RGB value is (205,229,204). Sum of RGB (Red+Green+Blue) = 205+229+204=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 229 (89.84% from 255 or 35.89% from 638); Blue value is 204 (80.08% from 255 or 31.97% from 638); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE5CC is #321A33. Grayscale: #DBDBDB. Windows color (decimal): -3283508 or 13428173. OLE color: 13428173.

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

Color convert

RGB205229204-
CMYK0.1000.110.10
HSL117.6º32.47%84.9%-
HSV(B)117.6º10.92%89.8%-
XYZ64.173.3867.91-
YUV218.97119.55118.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.13%
GREEN value IS 229 (89.84% from 255) = 35.89%
BLUE value IS 204 (80.08% from 255) = 31.97%
R=32.13%
G=35.89%
B=31.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052292040.1000.110.10117.632.4784.9
HexCDE5CCA0BA762055
Octal315345314120131216640125
Binary110011011110010111001100101001011101011101101000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE5CC; }

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

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

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

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

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

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

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

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