Html Css Color HEX #C8CDF7 Lavender Blue

📋 copy color: '#C8CDF7'

red 200 ◦ green 205 ◦ blue 247

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

Shades of Lavender Blue #C8CDF7

Tints of Lavender Blue #C8CDF7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.44%

 BLUE value IS 247 (96.88% from 255) = 37.88%

R = 30.67%
G = 31.44%
B = 37.88%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C8CDF7 (or 0xC8CDF7) is known color: Lavender Blue. HEX triplet: C8, CD and F7. RGB value is (200,205,247). Sum of RGB (Red+Green+Blue) = 200+205+247=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 247 (96.88% from 255 or 37.88% from 652); Max value from RGB is 247 - color contains mainly: blue. Hex color #C8CDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CDF7 is #373208. Grayscale: #D0D0D0. Windows color (decimal): -3617289 or 16240072. OLE color: 16240072.

HSL color Cylindrical-coordinate representation of color #C8CDF7: hue angle of 233.62º degrees, saturation: 0.75, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8CDF7 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 200 205 247 -
CMYK 0.19 0.17 0 0.03
HSL 233.62º 0.75% 0.88% -
HSV(B) 233.62º 0.19% 0.97% -
XYZ 62.44 62.66 96.8 -
YUV 208.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 200 205 247 0.19 0.17 0 0.03 233.62 0.75 0.88
Hex C8 CD F7 13 11 0 3 EA 4B 58
Octal 310 315 367 23 21 0 3 352 113 130
Binary 11001000 11001101 11110111 10011 10001 0 11 11101010 1001011 1011000

Color Harmonies of #C8CDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CDF7

Black with #C8CDF7

Text Example


Text Example

White with #C8CDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CDF7; }

 p { color: rgb(200,205,247); }

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

background-color css

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

 a { background-color: rgb(200,205,247); }

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

border-color css

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

 span { border-color: rgb(200,205,247); }

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