Html Css Color HEX #C2C8FE Lavender Blue

📋 copy color: '#C2C8FE'

red 194 ◦ green 200 ◦ blue 254

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

Shades of Lavender Blue #C2C8FE

Tints of Lavender Blue #C2C8FE

RGB

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

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

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

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

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C2C8FE (or 0xC2C8FE) is known color: Lavender Blue. HEX triplet: C2, C8 and FE. RGB value is (194,200,254). Sum of RGB (Red+Green+Blue) = 194+200+254=648 (85% of max value = 765). Red value is 194 (76.17% from 255 or 29.94% from 648); Green value is 200 (78.52% from 255 or 30.86% 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 #C2C8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2C8FE is #3D3701. Grayscale: #CCCCCC. Windows color (decimal): -4011778 or 16697538. OLE color: 16697538.

HSL color Cylindrical-coordinate representation of color #C2C8FE: hue angle of 234º 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 #C2C8FE is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 200 254 -
CMYK 0.24 0.21 0 0.00
HSL 234º 0.97% 0.88% -
HSV(B) 234º 0.24% 1% -
XYZ 60.79 59.93 102.13 -
YUV 204.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 194 200 254 0.24 0.21 0 0.00 234 0.97 0.88
Hex C2 C8 FE 18 15 0 0 EA 61 58
Octal 302 310 376 30 25 0 0 352 141 130
Binary 11000010 11001000 11111110 11000 10101 0 0 11101010 1100001 1011000

Color Harmonies of #C2C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C8FE

Black with #C2C8FE

Text Example


Text Example

White with #C2C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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