Html Css Color HEX #C8C2FE Lavender Blue

📋 copy color: '#C8C2FE'

red 200 ◦ green 194 ◦ blue 254

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

Shades of Lavender Blue #C8C2FE

Tints of Lavender Blue #C8C2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.2%

R = 30.86%
G = 29.94%
B = 39.2%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C8C2FE (or 0xC8C2FE) is known color: Lavender Blue. HEX triplet: C8, C2 and FE. RGB value is (200,194,254). Sum of RGB (Red+Green+Blue) = 200+194+254=648 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.86% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8C2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C2FE is #373D01. Grayscale: #CACACA. Windows color (decimal): -3620098 or 16696008. OLE color: 16696008.

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

Color convert

RGB 200 194 254 -
CMYK 0.21 0.24 0 0.00
HSL 246º 0.97% 0.88% -
HSV(B) 246º 0.24% 1% -
XYZ 61 58.02 101.75 -
YUV 202.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 200 194 254 0.21 0.24 0 0.00 246 0.97 0.88
Hex C8 C2 FE 15 18 0 0 F6 61 58
Octal 310 302 376 25 30 0 0 366 141 130
Binary 11001000 11000010 11111110 10101 11000 0 0 11110110 1100001 1011000

Color Harmonies of #C8C2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C2FE

Black with #C8C2FE

Text Example


Text Example

White with #C8C2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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