#CFFDCC

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

Shades of Blue Romance #CFFDCC

Tints of Blue Romance #CFFDCC

Color information

#CFFDCC (or 0xCFFDCC) is unknown color: approx Blue Romance. HEX triplet: CF, FD and CC. RGB value is (207,253,204). Sum of RGB (Red+Green+Blue) = 207+253+204=664 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.17% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDCC is #300233. Grayscale: #E9E9E9. Windows color (decimal): -3146292 or 13434319. OLE color: 13434319.

HSL color Cylindrical-coordinate representation of color #CFFDCC: hue angle of 116.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFFDCC is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB207253204-
CMYK0.1800.190.01
HSL116.33º92.45%89.61%-
HSV(B)116.33º19.37%99.22%-
XYZ71.7687.8870.31-
YUV233.66111.26108.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.17%
GREEN value IS 253 (99.22% from 255) = 38.10%
BLUE value IS 204 (80.08% from 255) = 30.72%
R=31.17%
G=38.10%
B=30.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072532040.1800.190.01116.3392.4589.61
HexCFFDCC120131745c5a
Octal317375314220231164134132
Binary110011111111110111001100100100100111111010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDCC; }

 p { color: rgb(207,253,204); }

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

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

 a { background-color: rgb(207,253,204); }

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

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

 span { border-color: rgb(207,253,204); }

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