#CDF7CC

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

Shades of Blue Romance #CDF7CC

Tints of Blue Romance #CDF7CC

Color information

#CDF7CC (or 0xCDF7CC) is unknown color: approx Blue Romance. HEX triplet: CD, F7 and CC. RGB value is (205,247,204). Sum of RGB (Red+Green+Blue) = 205+247+204=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 204 (80.08% from 255 or 31.10% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF7CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF7CC is #320833. Grayscale: #E5E5E5. Windows color (decimal): -3278900 or 13432781. OLE color: 13432781.

HSL color Cylindrical-coordinate representation of color #CDF7CC: hue angle of 118.6º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF7CC is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB205247204-
CMYK0.1700.170.03
HSL118.6º72.88%88.43%-
HSV(B)118.6º17.41%96.86%-
XYZ69.3483.8669.66-
YUV229.54113.59110.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.25%
GREEN value IS 247 (96.88% from 255) = 37.65%
BLUE value IS 204 (80.08% from 255) = 31.10%
R=31.25%
G=37.65%
B=31.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052472040.1700.170.03118.672.8888.43
HexCDF7CC110113774958
Octal315367314210213167111130
Binary1100110111110111110011001000101000111111011110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF7CC; }

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

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

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

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

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

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

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

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