Html Css Color HEX #C8D2FE Lavender Blue

📋 copy color: '#C8D2FE'

red 200 ◦ green 210 ◦ blue 254

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

Shades of Lavender Blue #C8D2FE

Tints of Lavender Blue #C8D2FE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.63%

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

R = 30.12%
G = 31.63%
B = 38.25%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C8D2FE (or 0xC8D2FE) is known color: Lavender Blue. HEX triplet: C8, D2 and FE. RGB value is (200,210,254). Sum of RGB (Red+Green+Blue) = 200+210+254=664 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.12% from 664); Green value is 210 (82.42% from 255 or 31.63% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8D2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D2FE is #372D01. Grayscale: #D3D3D3. Windows color (decimal): -3616002 or 16700104. OLE color: 16700104.

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

Color convert

RGB 200 210 254 -
CMYK 0.21 0.17 0 0.00
HSL 228.89º 0.96% 0.89% -
HSV(B) 228.89º 0.21% 1% -
XYZ 64.76 65.53 103 -
YUV 212.03 151.69 119.42 -
System Red Green Blue C M Y K H S L
Decimal 200 210 254 0.21 0.17 0 0.00 228.89 0.96 0.89
Hex C8 D2 FE 15 11 0 0 E5 60 59
Octal 310 322 376 25 21 0 0 345 140 131
Binary 11001000 11010010 11111110 10101 10001 0 0 11100101 1100000 1011001

Color Harmonies of #C8D2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D2FE

Black with #C8D2FE

Text Example


Text Example

White with #C8D2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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