Html Css Color HEX #C8CAFB Lavender Blue

📋 copy color: '#C8CAFB'

red 200 ◦ green 202 ◦ blue 251

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

Shades of Lavender Blue #C8CAFB

Tints of Lavender Blue #C8CAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.44%

R = 30.63%
G = 30.93%
B = 38.44%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8CAFB (or 0xC8CAFB) is known color: Lavender Blue. HEX triplet: C8, CA and FB. RGB value is (200,202,251). Sum of RGB (Red+Green+Blue) = 200+202+251=653 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.63% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CAFB is #373504. Grayscale: #CECECE. Windows color (decimal): -3618053 or 16501448. OLE color: 16501448.

HSL color Cylindrical-coordinate representation of color #C8CAFB: hue angle of 237.65º degrees, saturation: 0.86, 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 #C8CAFB is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 202 251 -
CMYK 0.20 0.20 0 0.02
HSL 237.65º 0.86% 0.88% -
HSV(B) 237.65º 0.2% 0.98% -
XYZ 62.35 61.49 99.85 -
YUV 206.99 152.84 123.02 -
System Red Green Blue C M Y K H S L
Decimal 200 202 251 0.20 0.20 0 0.02 237.65 0.86 0.88
Hex C8 CA FB 14 14 0 2 EE 56 58
Octal 310 312 373 24 24 0 2 356 126 130
Binary 11001000 11001010 11111011 10100 10100 0 10 11101110 1010110 1011000

Color Harmonies of #C8CAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8CAFB

Black with #C8CAFB

Text Example


Text Example

White with #C8CAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8CAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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