#CAF4CA

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

Shades of Blue Romance #CAF4CA

Tints of Blue Romance #CAF4CA

Color information

#CAF4CA (or 0xCAF4CA) is unknown color: approx Blue Romance. HEX triplet: CA, F4 and CA. RGB value is (202,244,202). Sum of RGB (Red+Green+Blue) = 202+244+202=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 244 (95.70% from 255 or 37.65% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4CA is #350B35. Grayscale: #E2E2E2. Windows color (decimal): -3476278 or 13300938. OLE color: 13300938.

HSL color Cylindrical-coordinate representation of color #CAF4CA: hue angle of 120º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF4CA is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB202244202-
CMYK0.1700.170.04
HSL120º65.62%87.45%-
HSV(B)120º17.21%95.69%-
XYZ67.3781.5268.06-
YUV226.65114.09110.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.17%
GREEN value IS 244 (95.70% from 255) = 37.65%
BLUE value IS 202 (79.30% from 255) = 31.17%
R=31.17%
G=37.65%
B=31.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022442020.1700.170.0412065.6287.45
HexCAF4CA110114784257
Octal312364312210214170102127
Binary11001010111101001100101010001010001100111100010000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF4CA; }

 p { color: rgb(202,244,202); }

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

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

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

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

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

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

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