Html Css Color HEX #C2BEDD Lavender Grey

📋 copy color: '#C2BEDD'

red 194 ◦ green 190 ◦ blue 221

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

Shades of Lavender Grey #C2BEDD

Tints of Lavender Grey #C2BEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.4%

 BLUE value IS 221 (86.72% from 255) = 36.53%

R = 32.07%
G = 31.4%
B = 36.53%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C2BEDD (or 0xC2BEDD) is known color: Lavender Grey. HEX triplet: C2, BE and DD. RGB value is (194,190,221). Sum of RGB (Red+Green+Blue) = 194+190+221=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEDD is #3D4122. Grayscale: #C2C2C2. Windows color (decimal): -4014371 or 14532290. OLE color: 14532290.

HSL color Cylindrical-coordinate representation of color #C2BEDD: hue angle of 247.74º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2BEDD is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 190 221 -
CMYK 0.12 0.14 0 0.13
HSL 247.74º 0.31% 0.81% -
HSV(B) 247.74º 0.14% 0.87% -
XYZ 53.71 53.52 75.91 -
YUV 194.73 142.83 127.48 -
System Red Green Blue C M Y K H S L
Decimal 194 190 221 0.12 0.14 0 0.13 247.74 0.31 0.81
Hex C2 BE DD C E 0 D F8 1F 51
Octal 302 276 335 14 16 0 15 370 37 121
Binary 11000010 10111110 11011101 1100 1110 0 1101 11111000 11111 1010001

Color Harmonies of #C2BEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEDD

Black with #C2BEDD

Text Example


Text Example

White with #C2BEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEDD; }

 p { color: rgb(194,190,221); }

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

background-color css

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

 a { background-color: rgb(194,190,221); }

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

border-color css

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

 span { border-color: rgb(194,190,221); }

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