Html Css Color HEX #C6CAFF Lavender Blue

📋 copy color: '#C6CAFF'

red 198 ◦ green 202 ◦ blue 255

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

Shades of Lavender Blue #C6CAFF

Tints of Lavender Blue #C6CAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.93%

R = 30.23%
G = 30.84%
B = 38.93%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C6CAFF (or 0xC6CAFF) is known color: Lavender Blue. HEX triplet: C6, CA and FF. RGB value is (198,202,255). Sum of RGB (Red+Green+Blue) = 198+202+255=655 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.23% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CAFF is #393500. Grayscale: #CECECE. Windows color (decimal): -3749121 or 16763590. OLE color: 16763590.

HSL color Cylindrical-coordinate representation of color #C6CAFF: hue angle of 235.79º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6CAFF is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 202 255 -
CMYK 0.22 0.21 0 0
HSL 235.79º 1% 0.89% -
HSV(B) 235.79º 0.22% 1% -
XYZ 62.46 61.47 103.18 -
YUV 206.85 155.17 121.69 -
System Red Green Blue C M Y K H S L
Decimal 198 202 255 0.22 0.21 0 0 235.79 1 0.89
Hex C6 CA FF 16 15 0 0 EC 64 59
Octal 306 312 377 26 25 0 0 354 144 131
Binary 11000110 11001010 11111111 10110 10101 0 0 11101100 1100100 1011001

Color Harmonies of #C6CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CAFF

Black with #C6CAFF

Text Example


Text Example

White with #C6CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CAFF; }

 p { color: rgb(198,202,255); }

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

background-color css

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

 a { background-color: rgb(198,202,255); }

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

border-color css

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

 span { border-color: rgb(198,202,255); }

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