Html Css Color HEX #CAC5FC Lavender Blue

📋 copy color: '#CAC5FC'

red 202 ◦ green 197 ◦ blue 252

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

Shades of Lavender Blue #CAC5FC

Tints of Lavender Blue #CAC5FC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.26%

 BLUE value IS 252 (98.83% from 255) = 38.71%

R = 31.03%
G = 30.26%
B = 38.71%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CAC5FC (or 0xCAC5FC) is known color: Lavender Blue. HEX triplet: CA, C5 and FC. RGB value is (202,197,252). Sum of RGB (Red+Green+Blue) = 202+197+252=651 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.03% from 651); Green value is 197 (77.34% from 255 or 30.26% from 651); Blue value is 252 (98.83% from 255 or 38.71% from 651); Max value from RGB is 252 - color contains mainly: blue. Hex color #CAC5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC5FC is #353A03. Grayscale: #CCCCCC. Windows color (decimal): -3488260 or 16565706. OLE color: 16565706.

HSL color Cylindrical-coordinate representation of color #CAC5FC: hue angle of 245.45º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAC5FC is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 197 252 -
CMYK 0.20 0.22 0 0.01
HSL 245.45º 0.9% 0.88% -
HSV(B) 245.45º 0.22% 0.99% -
XYZ 61.89 59.52 100.32 -
YUV 204.77 154.66 126.03 -
System Red Green Blue C M Y K H S L
Decimal 202 197 252 0.20 0.22 0 0.01 245.45 0.9 0.88
Hex CA C5 FC 14 16 0 1 F5 5A 58
Octal 312 305 374 24 26 0 1 365 132 130
Binary 11001010 11000101 11111100 10100 10110 0 1 11110101 1011010 1011000

Color Harmonies of #CAC5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC5FC

Black with #CAC5FC

Text Example


Text Example

White with #CAC5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC5FC; }

 p { color: rgb(202,197,252); }

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

background-color css

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

 a { background-color: rgb(202,197,252); }

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

border-color css

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

 span { border-color: rgb(202,197,252); }

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