#CCFDCA

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

Shades of Blue Romance #CCFDCA

Tints of Blue Romance #CCFDCA

Color information

#CCFDCA (or 0xCCFDCA) is unknown color: approx Blue Romance. HEX triplet: CC, FD and CA. RGB value is (204,253,202). Sum of RGB (Red+Green+Blue) = 204+253+202=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 202 (79.30% from 255 or 30.65% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDCA is #330235. Grayscale: #E8E8E8. Windows color (decimal): -3342902 or 13303244. OLE color: 13303244.

HSL color Cylindrical-coordinate representation of color #CCFDCA: hue angle of 117.65º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFDCA is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB204253202-
CMYK0.1900.200.01
HSL117.65º92.73%89.22%-
HSV(B)117.65º20.16%99.22%-
XYZ70.6987.3569.01-
YUV232.54110.77107.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 253 (99.22% from 255) = 38.39%
BLUE value IS 202 (79.30% from 255) = 30.65%
R=30.96%
G=38.39%
B=30.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042532020.1900.200.01117.6592.7389.22
HexCCFDCA130141765d59
Octal314375312230241166135131
Binary110011001111110111001010100110101001111011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDCA; }

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

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

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

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

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

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

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

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