Html Css Color HEX #C6CAFE Lavender Blue

📋 copy color: '#C6CAFE'

red 198 ◦ green 202 ◦ blue 254

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

Shades of Lavender Blue #C6CAFE

Tints of Lavender Blue #C6CAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.84%

R = 30.28%
G = 30.89%
B = 38.84%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C6CAFE (or 0xC6CAFE) is known color: Lavender Blue. HEX triplet: C6, CA and FE. RGB value is (198,202,254). Sum of RGB (Red+Green+Blue) = 198+202+254=654 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.28% from 654); Green value is 202 (79.30% from 255 or 30.89% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CAFE is #393501. Grayscale: #CECECE. Windows color (decimal): -3749122 or 16698054. OLE color: 16698054.

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

Color convert

RGB 198 202 254 -
CMYK 0.22 0.20 0 0.00
HSL 235.71º 0.97% 0.89% -
HSV(B) 235.71º 0.22% 1% -
XYZ 62.3 61.4 102.33 -
YUV 206.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 198 202 254 0.22 0.20 0 0.00 235.71 0.97 0.89
Hex C6 CA FE 16 14 0 0 EC 61 59
Octal 306 312 376 26 24 0 0 354 141 131
Binary 11000110 11001010 11111110 10110 10100 0 0 11101100 1100001 1011001

Color Harmonies of #C6CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CAFE

Black with #C6CAFE

Text Example


Text Example

White with #C6CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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