Html Css Color HEX #C8CAF6 Lavender Blue

📋 copy color: '#C8CAF6'

red 200 ◦ green 202 ◦ blue 246

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

Shades of Lavender Blue #C8CAF6

Tints of Lavender Blue #C8CAF6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.17%

 BLUE value IS 246 (96.48% from 255) = 37.96%

R = 30.86%
G = 31.17%
B = 37.96%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C8CAF6 (or 0xC8CAF6) is known color: Lavender Blue. HEX triplet: C8, CA and F6. RGB value is (200,202,246). Sum of RGB (Red+Green+Blue) = 200+202+246=648 (85% of max value = 765). Red value is 200 (78.52% from 255 or 30.86% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 246 (96.48% from 255 or 37.96% from 648); Max value from RGB is 246 - color contains mainly: blue. Hex color #C8CAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAF6 is #373509. Grayscale: #CECECE. Windows color (decimal): -3618058 or 16173768. OLE color: 16173768.

HSL color Cylindrical-coordinate representation of color #C8CAF6: hue angle of 237.39º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8CAF6 is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 200 202 246 -
CMYK 0.19 0.18 0 0.04
HSL 237.39º 0.72% 0.87% -
HSV(B) 237.39º 0.19% 0.96% -
XYZ 61.57 61.17 95.75 -
YUV 206.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 200 202 246 0.19 0.18 0 0.04 237.39 0.72 0.87
Hex C8 CA F6 13 12 0 4 ED 48 57
Octal 310 312 366 23 22 0 4 355 110 127
Binary 11001000 11001010 11110110 10011 10010 0 100 11101101 1001000 1010111

Color Harmonies of #C8CAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAF6

Black with #C8CAF6

Text Example


Text Example

White with #C8CAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAF6; }

 p { color: rgb(200,202,246); }

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

background-color css

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

 a { background-color: rgb(200,202,246); }

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

border-color css

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

 span { border-color: rgb(200,202,246); }

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