Html Css Color HEX #CAC9FA Lavender Blue

📋 copy color: '#CAC9FA'

red 202 ◦ green 201 ◦ blue 250

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

Shades of Lavender Blue #CAC9FA

Tints of Lavender Blue #CAC9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.28%

R = 30.93%
G = 30.78%
B = 38.28%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAC9FA (or 0xCAC9FA) is known color: Lavender Blue. HEX triplet: CA, C9 and FA. RGB value is (202,201,250). Sum of RGB (Red+Green+Blue) = 202+201+250=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAC9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9FA is #353605. Grayscale: #CECECE. Windows color (decimal): -3487238 or 16435658. OLE color: 16435658.

HSL color Cylindrical-coordinate representation of color #CAC9FA: hue angle of 241.22º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAC9FA is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 201 250 -
CMYK 0.19 0.20 0 0.02
HSL 241.22º 0.83% 0.88% -
HSV(B) 241.22º 0.2% 0.98% -
XYZ 62.5 61.23 98.97 -
YUV 206.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 202 201 250 0.19 0.20 0 0.02 241.22 0.83 0.88
Hex CA C9 FA 13 14 0 2 F1 53 58
Octal 312 311 372 23 24 0 2 361 123 130
Binary 11001010 11001001 11111010 10011 10100 0 10 11110001 1010011 1011000

Color Harmonies of #CAC9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC9FA

Black with #CAC9FA

Text Example


Text Example

White with #CAC9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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