Html Css Color HEX #C8D0FF Lavender Blue

📋 copy color: '#C8D0FF'

red 200 ◦ green 208 ◦ blue 255

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

Shades of Lavender Blue #C8D0FF

Tints of Lavender Blue #C8D0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.37%

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

R = 30.17%
G = 31.37%
B = 38.46%

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

#C8D0FF (or 0xC8D0FF) is known color: Lavender Blue. HEX triplet: C8, D0 and FF. RGB value is (200,208,255). Sum of RGB (Red+Green+Blue) = 200+208+255=663 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.17% from 663); Green value is 208 (81.64% from 255 or 31.37% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8D0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8D0FF is #372F00. Grayscale: #D2D2D2. Windows color (decimal): -3616513 or 16765128. OLE color: 16765128.

HSL color Cylindrical-coordinate representation of color #C8D0FF: hue angle of 231.27º 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 #C8D0FF is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 200 208 255 -
CMYK 0.22 0.18 0 0
HSL 231.27º 1% 0.89% -
HSV(B) 231.27º 0.22% 1% -
XYZ 64.43 64.61 103.68 -
YUV 210.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 200 208 255 0.22 0.18 0 0 231.27 1 0.89
Hex C8 D0 FF 16 12 0 0 E7 64 59
Octal 310 320 377 26 22 0 0 347 144 131
Binary 11001000 11010000 11111111 10110 10010 0 0 11100111 1100100 1011001

Color Harmonies of #C8D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D0FF

Black with #C8D0FF

Text Example


Text Example

White with #C8D0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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