Html Css Color HEX #C2CAFA Lavender Blue

📋 copy color: '#C2CAFA'

red 194 ◦ green 202 ◦ blue 250

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

Shades of Lavender Blue #C2CAFA

Tints of Lavender Blue #C2CAFA

RGB

 RED value IS 194 (76.17% from 255) = 30.03%

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

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

R = 30.03%
G = 31.27%
B = 38.7%

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

#C2CAFA (or 0xC2CAFA) is known color: Lavender Blue. HEX triplet: C2, CA and FA. RGB value is (194,202,250). Sum of RGB (Red+Green+Blue) = 194+202+250=646 (85% of max value = 765). Red value is 194 (76.17% from 255 or 30.03% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 250 (98.05% from 255 or 38.70% from 646); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2CAFA is #3D3505. Grayscale: #CCCCCC. Windows color (decimal): -4011270 or 16435906. OLE color: 16435906.

HSL color Cylindrical-coordinate representation of color #C2CAFA: hue angle of 231.43º degrees, saturation: 0.85, 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 #C2CAFA is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 202 250 -
CMYK 0.22 0.19 0 0.02
HSL 231.43º 0.85% 0.87% -
HSV(B) 231.43º 0.22% 0.98% -
XYZ 60.62 60.61 98.95 -
YUV 205.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 194 202 250 0.22 0.19 0 0.02 231.43 0.85 0.87
Hex C2 CA FA 16 13 0 2 E7 55 57
Octal 302 312 372 26 23 0 2 347 125 127
Binary 11000010 11001010 11111010 10110 10011 0 10 11100111 1010101 1010111

Color Harmonies of #C2CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CAFA

Black with #C2CAFA

Text Example


Text Example

White with #C2CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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