Html Css Color HEX #C4C4E8 Lavender Grey

📋 copy color: '#C4C4E8'

red 196 ◦ green 196 ◦ blue 232

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

Shades of Lavender Grey #C4C4E8

Tints of Lavender Grey #C4C4E8

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.41%

 BLUE value IS 232 (91.02% from 255) = 37.18%

R = 31.41%
G = 31.41%
B = 37.18%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C4C4E8 (or 0xC4C4E8) is known color: Lavender Grey. HEX triplet: C4, C4 and E8. RGB value is (196,196,232). Sum of RGB (Red+Green+Blue) = 196+196+232=624 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.41% from 624); Green value is 196 (76.95% from 255 or 31.41% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #C4C4E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4C4E8 is #3B3B17. Grayscale: #C7C7C7. Windows color (decimal): -3881752 or 15254724. OLE color: 15254724.

HSL color Cylindrical-coordinate representation of color #C4C4E8: hue angle of 240º degrees, saturation: 0.44, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4C4E8 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 196 232 -
CMYK 0.16 0.16 0 0.09
HSL 240º 0.44% 0.84% -
HSV(B) 240º 0.16% 0.91% -
XYZ 57.07 57.04 84.35 -
YUV 200.1 146 125.07 -
System Red Green Blue C M Y K H S L
Decimal 196 196 232 0.16 0.16 0 0.09 240 0.44 0.84
Hex C4 C4 E8 10 10 0 9 F0 2C 54
Octal 304 304 350 20 20 0 11 360 54 124
Binary 11000100 11000100 11101000 10000 10000 0 1001 11110000 101100 1010100

Color Harmonies of #C4C4E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C4E8

Black with #C4C4E8

Text Example


Text Example

White with #C4C4E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C4E8; }

 p { color: rgb(196,196,232); }

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

background-color css

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

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

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

border-color css

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

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

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