Html Css Color HEX #C8C2FF Lavender Blue

📋 copy color: '#C8C2FF'

red 200 ◦ green 194 ◦ blue 255

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

Shades of Lavender Blue #C8C2FF

Tints of Lavender Blue #C8C2FF

RGB

 RED value IS 200 (78.52% from 255) = 30.82%

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

 BLUE value IS 255 (100% from 255) = 39.29%

R = 30.82%
G = 29.89%
B = 39.29%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C8C2FF (or 0xC8C2FF) is known color: Lavender Blue. HEX triplet: C8, C2 and FF. RGB value is (200,194,255). Sum of RGB (Red+Green+Blue) = 200+194+255=649 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.82% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8C2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C2FF is #373D00. Grayscale: #CACACA. Windows color (decimal): -3620097 or 16761544. OLE color: 16761544.

HSL color Cylindrical-coordinate representation of color #C8C2FF: hue angle of 245.9º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8C2FF is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 200 194 255 -
CMYK 0.22 0.24 0 0
HSL 245.9º 1% 0.88% -
HSV(B) 245.9º 0.24% 1% -
XYZ 61.16 58.08 102.6 -
YUV 202.75 157.49 126.04 -
System Red Green Blue C M Y K H S L
Decimal 200 194 255 0.22 0.24 0 0 245.9 1 0.88
Hex C8 C2 FF 16 18 0 0 F6 64 58
Octal 310 302 377 26 30 0 0 366 144 130
Binary 11001000 11000010 11111111 10110 11000 0 0 11110110 1100100 1011000

Color Harmonies of #C8C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C2FF

Black with #C8C2FF

Text Example


Text Example

White with #C8C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C2FF; }

 p { color: rgb(200,194,255); }

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

background-color css

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

 a { background-color: rgb(200,194,255); }

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

border-color css

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

 span { border-color: rgb(200,194,255); }

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