Html Css Color HEX #CAC9F6 Lavender Blue

📋 copy color: '#CAC9F6'

red 202 ◦ green 201 ◦ blue 246

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

Shades of Lavender Blue #CAC9F6

Tints of Lavender Blue #CAC9F6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.97%

 BLUE value IS 246 (96.48% from 255) = 37.9%

R = 31.12%
G = 30.97%
B = 37.9%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CAC9F6 (or 0xCAC9F6) is known color: Lavender Blue. HEX triplet: CA, C9 and F6. RGB value is (202,201,246). Sum of RGB (Red+Green+Blue) = 202+201+246=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 201 (78.91% from 255 or 30.97% from 649); Blue value is 246 (96.48% from 255 or 37.90% from 649); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAC9F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9F6 is #353609. Grayscale: #CECECE. Windows color (decimal): -3487242 or 16173514. OLE color: 16173514.

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

Color convert

RGB 202 201 246 -
CMYK 0.18 0.18 0 0.04
HSL 241.33º 0.71% 0.88% -
HSV(B) 241.33º 0.18% 0.96% -
XYZ 61.88 60.98 95.7 -
YUV 206.43 150.33 124.84 -
System Red Green Blue C M Y K H S L
Decimal 202 201 246 0.18 0.18 0 0.04 241.33 0.71 0.88
Hex CA C9 F6 12 12 0 4 F1 47 58
Octal 312 311 366 22 22 0 4 361 107 130
Binary 11001010 11001001 11110110 10010 10010 0 100 11110001 1000111 1011000

Color Harmonies of #CAC9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC9F6

Black with #CAC9F6

Text Example


Text Example

White with #CAC9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC9F6; }

 p { color: rgb(202,201,246); }

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

background-color css

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

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

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

border-color css

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

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

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