Html Css Color HEX #CAC4FE Lavender Blue

📋 copy color: '#CAC4FE'

red 202 ◦ green 196 ◦ blue 254

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

Shades of Lavender Blue #CAC4FE

Tints of Lavender Blue #CAC4FE

RGB

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

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

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

R = 30.98%
G = 30.06%
B = 38.96%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CAC4FE (or 0xCAC4FE) is known color: Lavender Blue. HEX triplet: CA, C4 and FE. RGB value is (202,196,254). Sum of RGB (Red+Green+Blue) = 202+196+254=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 196 (76.95% from 255 or 30.06% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAC4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAC4FE is #353B01. Grayscale: #CCCCCC. Windows color (decimal): -3488514 or 16696522. OLE color: 16696522.

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

Color convert

RGB 202 196 254 -
CMYK 0.20 0.23 0 0.00
HSL 246.21º 0.97% 0.88% -
HSV(B) 246.21º 0.23% 1% -
XYZ 61.99 59.19 101.92 -
YUV 204.41 155.99 126.28 -
System Red Green Blue C M Y K H S L
Decimal 202 196 254 0.20 0.23 0 0.00 246.21 0.97 0.88
Hex CA C4 FE 14 17 0 0 F6 61 58
Octal 312 304 376 24 27 0 0 366 141 130
Binary 11001010 11000100 11111110 10100 10111 0 0 11110110 1100001 1011000

Color Harmonies of #CAC4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC4FE

Black with #CAC4FE

Text Example


Text Example

White with #CAC4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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