Html Css Color HEX #C4CAFA Lavender Blue

📋 copy color: '#C4CAFA'

red 196 ◦ green 202 ◦ blue 250

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

Shades of Lavender Blue #C4CAFA

Tints of Lavender Blue #C4CAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.58%

R = 30.25%
G = 31.17%
B = 38.58%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C4CAFA (or 0xC4CAFA) is known color: Lavender Blue. HEX triplet: C4, CA and FA. RGB value is (196,202,250). Sum of RGB (Red+Green+Blue) = 196+202+250=648 (85% of max value = 765). Red value is 196 (76.95% from 255 or 30.25% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #C4CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4CAFA is #3B3505. Grayscale: #CDCDCD. Windows color (decimal): -3880198 or 16435908. OLE color: 16435908.

HSL color Cylindrical-coordinate representation of color #C4CAFA: hue angle of 233.33º degrees, saturation: 0.84, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4CAFA is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 202 250 -
CMYK 0.22 0.19 0 0.02
HSL 233.33º 0.84% 0.87% -
HSV(B) 233.33º 0.22% 0.98% -
XYZ 61.14 60.88 98.97 -
YUV 205.68 153.01 121.1 -
System Red Green Blue C M Y K H S L
Decimal 196 202 250 0.22 0.19 0 0.02 233.33 0.84 0.87
Hex C4 CA FA 16 13 0 2 E9 54 57
Octal 304 312 372 26 23 0 2 351 124 127
Binary 11000100 11001010 11111010 10110 10011 0 10 11101001 1010100 1010111

Color Harmonies of #C4CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CAFA

Black with #C4CAFA

Text Example


Text Example

White with #C4CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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