Html Css Color HEX #C4CAF5 Lavender Blue

📋 copy color: '#C4CAF5'

red 196 ◦ green 202 ◦ blue 245

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

Shades of Lavender Blue #C4CAF5

Tints of Lavender Blue #C4CAF5

RGB

 RED value IS 196 (76.95% from 255) = 30.48%

 GREEN value IS 202 (79.3% from 255) = 31.42%

 BLUE value IS 245 (96.09% from 255) = 38.1%

R = 30.48%
G = 31.42%
B = 38.1%

CMYK

 C value IS 0.2

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C4CAF5 (or 0xC4CAF5) is known color: Lavender Blue. HEX triplet: C4, CA and F5. RGB value is (196,202,245). Sum of RGB (Red+Green+Blue) = 196+202+245=643 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.48% from 643); Green value is 202 (79.30% from 255 or 31.42% from 643); Blue value is 245 (96.09% from 255 or 38.10% from 643); Max value from RGB is 245 - color contains mainly: blue. Hex color #C4CAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CAF5 is #3B350A. Grayscale: #CCCCCC. Windows color (decimal): -3880203 or 16108228. OLE color: 16108228.

HSL color Cylindrical-coordinate representation of color #C4CAF5: hue angle of 232.65º degrees, saturation: 0.71, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4CAF5 is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 202 245 -
CMYK 0.2 0.18 0 0.04
HSL 232.65º 0.71% 0.86% -
HSV(B) 232.65º 0.2% 0.96% -
XYZ 60.37 60.57 94.9 -
YUV 205.11 150.51 121.5 -
System Red Green Blue C M Y K H S L
Decimal 196 202 245 0.2 0.18 0 0.04 232.65 0.71 0.86
Hex C4 CA F5 14 12 0 4 E9 47 56
Octal 304 312 365 24 22 0 4 351 107 126
Binary 11000100 11001010 11110101 10100 10010 0 100 11101001 1000111 1010110

Color Harmonies of #C4CAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CAF5

Black with #C4CAF5

Text Example


Text Example

White with #C4CAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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