Html Css Color HEX #C8CAF0 Lavender Blue

📋 copy color: '#C8CAF0'

red 200 ◦ green 202 ◦ blue 240

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

Shades of Lavender Blue #C8CAF0

Tints of Lavender Blue #C8CAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.38%

R = 31.15%
G = 31.46%
B = 37.38%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C8CAF0 (or 0xC8CAF0) is known color: Lavender Blue. HEX triplet: C8, CA and F0. RGB value is (200,202,240). Sum of RGB (Red+Green+Blue) = 200+202+240=642 (85% of max value = 765). Red value is 200 (78.52% from 255 or 31.15% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 240 (94.14% from 255 or 37.38% from 642); Max value from RGB is 240 - color contains mainly: blue. Hex color #C8CAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAF0 is #37350F. Grayscale: #CDCDCD. Windows color (decimal): -3618064 or 15780552. OLE color: 15780552.

HSL color Cylindrical-coordinate representation of color #C8CAF0: hue angle of 237º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8CAF0 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 202 240 -
CMYK 0.17 0.16 0 0.06
HSL 237º 0.57% 0.86% -
HSV(B) 237º 0.17% 0.94% -
XYZ 60.67 60.81 90.98 -
YUV 205.73 147.34 123.91 -
System Red Green Blue C M Y K H S L
Decimal 200 202 240 0.17 0.16 0 0.06 237 0.57 0.86
Hex C8 CA F0 11 10 0 6 ED 39 56
Octal 310 312 360 21 20 0 6 355 71 126
Binary 11001000 11001010 11110000 10001 10000 0 110 11101101 111001 1010110

Color Harmonies of #C8CAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAF0

Black with #C8CAF0

Text Example


Text Example

White with #C8CAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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