Html Css Color HEX #C6CDF8 Lavender Blue

📋 copy color: '#C6CDF8'

red 198 ◦ green 205 ◦ blue 248

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

Shades of Lavender Blue #C6CDF8

Tints of Lavender Blue #C6CDF8

RGB

 RED value IS 198 (77.73% from 255) = 30.41%

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

 BLUE value IS 248 (97.27% from 255) = 38.1%

R = 30.41%
G = 31.49%
B = 38.1%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C6CDF8 (or 0xC6CDF8) is known color: Lavender Blue. HEX triplet: C6, CD and F8. RGB value is (198,205,248). Sum of RGB (Red+Green+Blue) = 198+205+248=651 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.41% from 651); Green value is 205 (80.47% from 255 or 31.49% from 651); Blue value is 248 (97.27% from 255 or 38.10% from 651); Max value from RGB is 248 - color contains mainly: blue. Hex color #C6CDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CDF8 is #393207. Grayscale: #CFCFCF. Windows color (decimal): -3748360 or 16305606. OLE color: 16305606.

HSL color Cylindrical-coordinate representation of color #C6CDF8: hue angle of 231.6º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C6CDF8 is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 198 205 248 -
CMYK 0.20 0.17 0 0.03
HSL 231.6º 0.78% 0.87% -
HSV(B) 231.6º 0.2% 0.97% -
XYZ 62.06 62.45 97.59 -
YUV 207.81 150.68 121 -
System Red Green Blue C M Y K H S L
Decimal 198 205 248 0.20 0.17 0 0.03 231.6 0.78 0.87
Hex C6 CD F8 14 11 0 3 E8 4E 57
Octal 306 315 370 24 21 0 3 350 116 127
Binary 11000110 11001101 11111000 10100 10001 0 11 11101000 1001110 1010111

Color Harmonies of #C6CDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CDF8

Black with #C6CDF8

Text Example


Text Example

White with #C6CDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CDF8; }

 p { color: rgb(198,205,248); }

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

background-color css

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

 a { background-color: rgb(198,205,248); }

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

border-color css

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

 span { border-color: rgb(198,205,248); }

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