Html Css Color HEX #CAC2F7 Lavender Blue

📋 copy color: '#CAC2F7'

red 202 ◦ green 194 ◦ blue 247

#CAC2F7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blue #CAC2F7

Tints of Lavender Blue #CAC2F7

RGB

 RED value IS 202 (79.3% from 255) = 31.42%

 GREEN value IS 194 (76.17% from 255) = 30.17%

 BLUE value IS 247 (96.88% from 255) = 38.41%

R = 31.42%
G = 30.17%
B = 38.41%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CAC2F7 (or 0xCAC2F7) is known color: Lavender Blue. HEX triplet: CA, C2 and F7. RGB value is (202,194,247). Sum of RGB (Red+Green+Blue) = 202+194+247=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 194 (76.17% from 255 or 30.17% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAC2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC2F7 is #353D08. Grayscale: #CACACA. Windows color (decimal): -3489033 or 16237258. OLE color: 16237258.

HSL color Cylindrical-coordinate representation of color #CAC2F7: hue angle of 249.06º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAC2F7 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 194 247 -
CMYK 0.18 0.21 0 0.03
HSL 249.06º 0.77% 0.86% -
HSV(B) 249.06º 0.21% 0.97% -
XYZ 60.44 57.86 95.98 -
YUV 202.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 202 194 247 0.18 0.21 0 0.03 249.06 0.77 0.86
Hex CA C2 F7 12 15 0 3 F9 4D 56
Octal 312 302 367 22 25 0 3 371 115 126
Binary 11001010 11000010 11110111 10010 10101 0 11 11111001 1001101 1010110

Color Harmonies of #CAC2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC2F7

Black with #CAC2F7

Text Example


Text Example

White with #CAC2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC2F7; }

 p { color: rgb(202,194,247); }

 H1.HeaderClassName
 {
   color: #CAC2F7;
 }
 .AnyTagClassName
 {
   color: #CAC2F7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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