#CCF3CA

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

Shades of Blue Romance #CCF3CA

Tints of Blue Romance #CCF3CA

Color information

#CCF3CA (or 0xCCF3CA) is unknown color: approx Blue Romance. HEX triplet: CC, F3 and CA. RGB value is (204,243,202). Sum of RGB (Red+Green+Blue) = 204+243+202=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3CA is #330C35. Grayscale: #E2E2E2. Windows color (decimal): -3345462 or 13300684. OLE color: 13300684.

HSL color Cylindrical-coordinate representation of color #CCF3CA: hue angle of 117.07º degrees, saturation: 0.63, 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 #CCF3CA is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB204243202-
CMYK0.1600.170.05
HSL117.07º63.08%87.25%-
HSV(B)117.07º16.87%95.29%-
XYZ67.6181.267.99-
YUV226.66114.08111.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.43%
GREEN value IS 243 (95.31% from 255) = 37.44%
BLUE value IS 202 (79.30% from 255) = 31.12%
R=31.43%
G=37.44%
B=31.12%

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
Decimal2042432020.1600.170.05117.0763.0887.25
HexCCF3CA100115753f57
Octal31436331220021516577127
Binary1100110011110011110010101000001000110111101011111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF3CA; }

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

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

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

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

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

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

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

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