Html Css Color HEX #CAC9FD Lavender Blue

📋 copy color: '#CAC9FD'

red 202 ◦ green 201 ◦ blue 253

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

Shades of Lavender Blue #CAC9FD

Tints of Lavender Blue #CAC9FD

RGB

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

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

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

R = 30.79%
G = 30.64%
B = 38.57%

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

#CAC9FD (or 0xCAC9FD) is known color: Lavender Blue. HEX triplet: CA, C9 and FD. RGB value is (202,201,253). Sum of RGB (Red+Green+Blue) = 202+201+253=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAC9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC9FD is #353602. Grayscale: #CFCFCF. Windows color (decimal): -3487235 or 16632266. OLE color: 16632266.

HSL color Cylindrical-coordinate representation of color #CAC9FD: hue angle of 241.15º 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 #CAC9FD is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 202 201 253 -
CMYK 0.20 0.21 0 0.01
HSL 241.15º 0.93% 0.89% -
HSV(B) 241.15º 0.21% 0.99% -
XYZ 62.97 61.42 101.47 -
YUV 207.23 153.83 124.27 -
System Red Green Blue C M Y K H S L
Decimal 202 201 253 0.20 0.21 0 0.01 241.15 0.93 0.89
Hex CA C9 FD 14 15 0 1 F1 5D 59
Octal 312 311 375 24 25 0 1 361 135 131
Binary 11001010 11001001 11111101 10100 10101 0 1 11110001 1011101 1011001

Color Harmonies of #CAC9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC9FD

Black with #CAC9FD

Text Example


Text Example

White with #CAC9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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