Html Css Color HEX #CAC7FD Lavender Blue

📋 copy color: '#CAC7FD'

red 202 ◦ green 199 ◦ blue 253

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

Shades of Lavender Blue #CAC7FD

Tints of Lavender Blue #CAC7FD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 30.43%

 BLUE value IS 253 (99.22% from 255) = 38.69%

R = 30.89%
G = 30.43%
B = 38.69%

CMYK

 C value IS 0.20

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CAC7FD (or 0xCAC7FD) is known color: Lavender Blue. HEX triplet: CA, C7 and FD. RGB value is (202,199,253). Sum of RGB (Red+Green+Blue) = 202+199+253=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 199 (78.12% from 255 or 30.43% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAC7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC7FD is #353802. Grayscale: #CDCDCD. Windows color (decimal): -3487747 or 16631754. OLE color: 16631754.

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

Color convert

RGB 202 199 253 -
CMYK 0.20 0.21 0 0.01
HSL 243.33º 0.93% 0.89% -
HSV(B) 243.33º 0.21% 0.99% -
XYZ 62.51 60.5 101.31 -
YUV 206.05 154.49 125.11 -
System Red Green Blue C M Y K H S L
Decimal 202 199 253 0.20 0.21 0 0.01 243.33 0.93 0.89
Hex CA C7 FD 14 15 0 1 F3 5D 59
Octal 312 307 375 24 25 0 1 363 135 131
Binary 11001010 11000111 11111101 10100 10101 0 1 11110011 1011101 1011001

Color Harmonies of #CAC7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC7FD

Black with #CAC7FD

Text Example


Text Example

White with #CAC7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC7FD; }

 p { color: rgb(202,199,253); }

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

background-color css

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

 a { background-color: rgb(202,199,253); }

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

border-color css

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

 span { border-color: rgb(202,199,253); }

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