Html Css Color HEX #C2C5FA Lavender Blue

📋 copy color: '#C2C5FA'

red 194 ◦ green 197 ◦ blue 250

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

Shades of Lavender Blue #C2C5FA

Tints of Lavender Blue #C2C5FA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 30.73%

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

R = 30.27%
G = 30.73%
B = 39%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2C5FA (or 0xC2C5FA) is known color: Lavender Blue. HEX triplet: C2, C5 and FA. RGB value is (194,197,250). Sum of RGB (Red+Green+Blue) = 194+197+250=641 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.27% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2C5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C5FA is #3D3A05. Grayscale: #C9C9C9. Windows color (decimal): -4012550 or 16434626. OLE color: 16434626.

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

Color convert

RGB 194 197 250 -
CMYK 0.22 0.21 0 0.02
HSL 236.79º 0.85% 0.87% -
HSV(B) 236.79º 0.22% 0.98% -
XYZ 59.47 58.3 98.56 -
YUV 202.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 194 197 250 0.22 0.21 0 0.02 236.79 0.85 0.87
Hex C2 C5 FA 16 15 0 2 ED 55 57
Octal 302 305 372 26 25 0 2 355 125 127
Binary 11000010 11000101 11111010 10110 10101 0 10 11101101 1010101 1010111

Color Harmonies of #C2C5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C5FA

Black with #C2C5FA

Text Example


Text Example

White with #C2C5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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