Html Css Color HEX #C8D2FA Lavender Blue

📋 copy color: '#C8D2FA'

red 200 ◦ green 210 ◦ blue 250

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

Shades of Lavender Blue #C8D2FA

Tints of Lavender Blue #C8D2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.88%

R = 30.3%
G = 31.82%
B = 37.88%

CMYK

 C value IS 0.2

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8D2FA (or 0xC8D2FA) is known color: Lavender Blue. HEX triplet: C8, D2 and FA. RGB value is (200,210,250). Sum of RGB (Red+Green+Blue) = 200+210+250=660 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.30% from 660); Green value is 210 (82.42% from 255 or 31.82% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8D2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D2FA is #372D05. Grayscale: #D3D3D3. Windows color (decimal): -3616006 or 16437960. OLE color: 16437960.

HSL color Cylindrical-coordinate representation of color #C8D2FA: hue angle of 228º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8D2FA is Cyan = 0.2, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 210 250 -
CMYK 0.2 0.16 0 0.02
HSL 228º 0.83% 0.88% -
HSV(B) 228º 0.2% 0.98% -
XYZ 64.12 65.27 99.66 -
YUV 211.57 149.69 119.75 -
System Red Green Blue C M Y K H S L
Decimal 200 210 250 0.2 0.16 0 0.02 228 0.83 0.88
Hex C8 D2 FA 14 10 0 2 E4 53 58
Octal 310 322 372 24 20 0 2 344 123 130
Binary 11001000 11010010 11111010 10100 10000 0 10 11100100 1010011 1011000

Color Harmonies of #C8D2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D2FA

Black with #C8D2FA

Text Example


Text Example

White with #C8D2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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