Html Css Color HEX #C4C2DD Lavender Grey

📋 copy color: '#C4C2DD'

red 196 ◦ green 194 ◦ blue 221

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

Shades of Lavender Grey #C4C2DD

Tints of Lavender Grey #C4C2DD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.75%

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

R = 32.08%
G = 31.75%
B = 36.17%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C4C2DD (or 0xC4C2DD) is known color: Lavender Grey. HEX triplet: C4, C2 and DD. RGB value is (196,194,221). Sum of RGB (Red+Green+Blue) = 196+194+221=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #C4C2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C2DD is #3B3D22. Grayscale: #C5C5C5. Windows color (decimal): -3882275 or 14533316. OLE color: 14533316.

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

Color convert

RGB 196 194 221 -
CMYK 0.11 0.12 0 0.13
HSL 244.44º 0.28% 0.81% -
HSV(B) 244.44º 0.12% 0.87% -
XYZ 55.11 55.54 76.22 -
YUV 197.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 196 194 221 0.11 0.12 0 0.13 244.44 0.28 0.81
Hex C4 C2 DD B C 0 D F4 1C 51
Octal 304 302 335 13 14 0 15 364 34 121
Binary 11000100 11000010 11011101 1011 1100 0 1101 11110100 11100 1010001

Color Harmonies of #C4C2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C2DD

Black with #C4C2DD

Text Example


Text Example

White with #C4C2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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