Html Css Color HEX #C8D2FF Lavender Blue

📋 copy color: '#C8D2FF'

red 200 ◦ green 210 ◦ blue 255

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

Shades of Lavender Blue #C8D2FF

Tints of Lavender Blue #C8D2FF

RGB

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

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

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

R = 30.08%
G = 31.58%
B = 38.35%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C8D2FF (or 0xC8D2FF) is known color: Lavender Blue. HEX triplet: C8, D2 and FF. RGB value is (200,210,255). Sum of RGB (Red+Green+Blue) = 200+210+255=665 (88% of max value = 765). Red value is 200 (78.52% from 255 or 30.08% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8D2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D2FF is #372D00. Grayscale: #D3D3D3. Windows color (decimal): -3616001 or 16765640. OLE color: 16765640.

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

Color convert

RGB 200 210 255 -
CMYK 0.22 0.18 0 0
HSL 229.09º 1% 0.89% -
HSV(B) 229.09º 0.22% 1% -
XYZ 64.92 65.59 103.85 -
YUV 212.14 152.19 119.34 -
System Red Green Blue C M Y K H S L
Decimal 200 210 255 0.22 0.18 0 0 229.09 1 0.89
Hex C8 D2 FF 16 12 0 0 E5 64 59
Octal 310 322 377 26 22 0 0 345 144 131
Binary 11001000 11010010 11111111 10110 10010 0 0 11100101 1100100 1011001

Color Harmonies of #C8D2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D2FF

Black with #C8D2FF

Text Example


Text Example

White with #C8D2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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