#CCFDCC

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

Shades of Blue Romance #CCFDCC

Tints of Blue Romance #CCFDCC

Color information

#CCFDCC (or 0xCCFDCC) is unknown color: approx Blue Romance. HEX triplet: CC, FD and CC. RGB value is (204,253,204). Sum of RGB (Red+Green+Blue) = 204+253+204=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDCC is #330233. Grayscale: #E8E8E8. Windows color (decimal): -3342900 or 13434316. OLE color: 13434316.

HSL color Cylindrical-coordinate representation of color #CCFDCC: hue angle of 120º 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 #CCFDCC is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB204253204-
CMYK0.1900.190.01
HSL120º92.45%89.61%-
HSV(B)120º19.37%99.22%-
XYZ70.9387.4570.27-
YUV232.76111.77107.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.86%
GREEN value IS 253 (99.22% from 255) = 38.28%
BLUE value IS 204 (80.08% from 255) = 30.86%
R=30.86%
G=38.28%
B=30.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042532040.1900.190.0112092.4589.61
HexCCFDCC130131785c5a
Octal314375314230231170134132
Binary110011001111110111001100100110100111111100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDCC; }

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

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

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

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

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

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

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

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