Html Css Color HEX #CAC4FA Lavender Blue

📋 copy color: '#CAC4FA'

red 202 ◦ green 196 ◦ blue 250

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

Shades of Lavender Blue #CAC4FA

Tints of Lavender Blue #CAC4FA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.25%

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

R = 31.17%
G = 30.25%
B = 38.58%

CMYK

 C value IS 0.19

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAC4FA (or 0xCAC4FA) is known color: Lavender Blue. HEX triplet: CA, C4 and FA. RGB value is (202,196,250). Sum of RGB (Red+Green+Blue) = 202+196+250=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 196 (76.95% from 255 or 30.25% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAC4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC4FA is #353B05. Grayscale: #CBCBCB. Windows color (decimal): -3488518 or 16434378. OLE color: 16434378.

HSL color Cylindrical-coordinate representation of color #CAC4FA: hue angle of 246.67º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC4FA is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 196 250 -
CMYK 0.19 0.22 0 0.02
HSL 246.67º 0.84% 0.87% -
HSV(B) 246.67º 0.22% 0.98% -
XYZ 61.35 58.94 98.59 -
YUV 203.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 202 196 250 0.19 0.22 0 0.02 246.67 0.84 0.87
Hex CA C4 FA 13 16 0 2 F7 54 57
Octal 312 304 372 23 26 0 2 367 124 127
Binary 11001010 11000100 11111010 10011 10110 0 10 11110111 1010100 1010111

Color Harmonies of #CAC4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC4FA

Black with #CAC4FA

Text Example


Text Example

White with #CAC4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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