Html Css Color HEX #C8CAF9 Lavender Blue

📋 copy color: '#C8CAF9'

red 200 ◦ green 202 ◦ blue 249

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

Shades of Lavender Blue #C8CAF9

Tints of Lavender Blue #C8CAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.25%

R = 30.72%
G = 31.03%
B = 38.25%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8CAF9 (or 0xC8CAF9) is known color: Lavender Blue. HEX triplet: C8, CA and F9. RGB value is (200,202,249). Sum of RGB (Red+Green+Blue) = 200+202+249=651 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.72% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #C8CAF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAF9 is #373506. Grayscale: #CECECE. Windows color (decimal): -3618055 or 16370376. OLE color: 16370376.

HSL color Cylindrical-coordinate representation of color #C8CAF9: hue angle of 237.55º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8CAF9 is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 202 249 -
CMYK 0.20 0.19 0 0.02
HSL 237.55º 0.8% 0.88% -
HSV(B) 237.55º 0.2% 0.98% -
XYZ 62.04 61.36 98.2 -
YUV 206.76 151.84 123.18 -
System Red Green Blue C M Y K H S L
Decimal 200 202 249 0.20 0.19 0 0.02 237.55 0.8 0.88
Hex C8 CA F9 14 13 0 2 EE 50 58
Octal 310 312 371 24 23 0 2 356 120 130
Binary 11001000 11001010 11111001 10100 10011 0 10 11101110 1010000 1011000

Color Harmonies of #C8CAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAF9

Black with #C8CAF9

Text Example


Text Example

White with #C8CAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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