Html Css Color HEX #C6CFFE Lavender Blue

📋 copy color: '#C6CFFE'

red 198 ◦ green 207 ◦ blue 254

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

Shades of Lavender Blue #C6CFFE

Tints of Lavender Blue #C6CFFE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.41%

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

R = 30.05%
G = 31.41%
B = 38.54%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C6CFFE (or 0xC6CFFE) is known color: Lavender Blue. HEX triplet: C6, CF and FE. RGB value is (198,207,254). Sum of RGB (Red+Green+Blue) = 198+207+254=659 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.05% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CFFE is #393001. Grayscale: #D1D1D1. Windows color (decimal): -3747842 or 16699334. OLE color: 16699334.

HSL color Cylindrical-coordinate representation of color #C6CFFE: hue angle of 230.36º 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 #C6CFFE is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 207 254 -
CMYK 0.22 0.19 0 0.00
HSL 230.36º 0.97% 0.89% -
HSV(B) 230.36º 0.22% 1% -
XYZ 63.49 63.79 102.73 -
YUV 209.67 153.02 119.68 -
System Red Green Blue C M Y K H S L
Decimal 198 207 254 0.22 0.19 0 0.00 230.36 0.97 0.89
Hex C6 CF FE 16 13 0 0 E6 61 59
Octal 306 317 376 26 23 0 0 346 141 131
Binary 11000110 11001111 11111110 10110 10011 0 0 11100110 1100001 1011001

Color Harmonies of #C6CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CFFE

Black with #C6CFFE

Text Example


Text Example

White with #C6CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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