#CCF2CA

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

Shades of Blue Romance #CCF2CA

Tints of Blue Romance #CCF2CA

Color information

#CCF2CA (or 0xCCF2CA) is unknown color: approx Blue Romance. HEX triplet: CC, F2 and CA. RGB value is (204,242,202). Sum of RGB (Red+Green+Blue) = 204+242+202=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2CA is #330D35. Grayscale: #E2E2E2. Windows color (decimal): -3345718 or 13300428. OLE color: 13300428.

HSL color Cylindrical-coordinate representation of color #CCF2CA: hue angle of 117º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF2CA is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB204242202-
CMYK0.1600.170.05
HSL117º60.61%87.06%-
HSV(B)117º16.53%94.9%-
XYZ67.3180.6167.89-
YUV226.08114.41112.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 242 (94.92% from 255) = 37.35%
BLUE value IS 202 (79.30% from 255) = 31.17%
R=31.48%
G=37.35%
B=31.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042422020.1600.170.0511760.6187.06
HexCCF2CA100115753d57
Octal31436231220021516575127
Binary1100110011110010110010101000001000110111101011111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2CA; }

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

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

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

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

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

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

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

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