#CDF5CC

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

Shades of Blue Romance #CDF5CC

Tints of Blue Romance #CDF5CC

Color information

#CDF5CC (or 0xCDF5CC) is unknown color: approx Blue Romance. HEX triplet: CD, F5 and CC. RGB value is (205,245,204). Sum of RGB (Red+Green+Blue) = 205+245+204=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 245 (96.09% from 255 or 37.46% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF5CC is #320A33. Grayscale: #E4E4E4. Windows color (decimal): -3279412 or 13432269. OLE color: 13432269.

HSL color Cylindrical-coordinate representation of color #CDF5CC: hue angle of 118.54º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF5CC is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB205245204-
CMYK0.1600.170.04
HSL118.54º67.21%88.04%-
HSV(B)118.54º16.73%96.08%-
XYZ68.7382.6469.46-
YUV228.37114.25111.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.35%
GREEN value IS 245 (96.09% from 255) = 37.46%
BLUE value IS 204 (80.08% from 255) = 31.19%
R=31.35%
G=37.46%
B=31.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052452040.1600.170.04118.5467.2188.04
HexCDF5CC100114774358
Octal315365314200214167103130
Binary11001101111101011100110010000010001100111011110000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF5CC; }

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

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

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

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

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

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

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

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