Html Css Color HEX #CAC6FE Lavender Blue

📋 copy color: '#CAC6FE'

red 202 ◦ green 198 ◦ blue 254

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

Shades of Lavender Blue #CAC6FE

Tints of Lavender Blue #CAC6FE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.28%

 BLUE value IS 254 (99.61% from 255) = 38.84%

R = 30.89%
G = 30.28%
B = 38.84%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CAC6FE (or 0xCAC6FE) is known color: Lavender Blue. HEX triplet: CA, C6 and FE. RGB value is (202,198,254). Sum of RGB (Red+Green+Blue) = 202+198+254=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAC6FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC6FE is #353901. Grayscale: #CDCDCD. Windows color (decimal): -3488002 or 16697034. OLE color: 16697034.

HSL color Cylindrical-coordinate representation of color #CAC6FE: hue angle of 244.29º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC6FE is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 202 198 254 -
CMYK 0.20 0.22 0 0.00
HSL 244.29º 0.97% 0.89% -
HSV(B) 244.29º 0.22% 1% -
XYZ 62.44 60.1 102.08 -
YUV 205.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 202 198 254 0.20 0.22 0 0.00 244.29 0.97 0.89
Hex CA C6 FE 14 16 0 0 F4 61 59
Octal 312 306 376 24 26 0 0 364 141 131
Binary 11001010 11000110 11111110 10100 10110 0 0 11110100 1100001 1011001

Color Harmonies of #CAC6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC6FE

Black with #CAC6FE

Text Example


Text Example

White with #CAC6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC6FE; }

 p { color: rgb(202,198,254); }

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

background-color css

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

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

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

border-color css

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

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

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