#CDE7CC

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

Shades of Blue Romance #CDE7CC

Tints of Blue Romance #CDE7CC

Color information

#CDE7CC (or 0xCDE7CC) is unknown color: approx Blue Romance. HEX triplet: CD, E7 and CC. RGB value is (205,231,204). Sum of RGB (Red+Green+Blue) = 205+231+204=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE7CC is #321833. Grayscale: #DCDCDC. Windows color (decimal): -3282996 or 13428685. OLE color: 13428685.

HSL color Cylindrical-coordinate representation of color #CDE7CC: hue angle of 117.78º degrees, saturation: 0.36, 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 #CDE7CC is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB205231204-
CMYK0.1100.120.09
HSL117.78º36%85.29%-
HSV(B)117.78º11.69%90.59%-
XYZ64.6574.4968.1-
YUV220.15118.89117.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.03%
GREEN value IS 231 (90.62% from 255) = 36.09%
BLUE value IS 204 (80.08% from 255) = 31.88%
R=32.03%
G=36.09%
B=31.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052312040.1100.120.09117.783685.29
HexCDE7CCB0C9762455
Octal315347314130141116644125
Binary110011011110011111001100101101100100111101101001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE7CC; }

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

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

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

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

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

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

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

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