Html Css Color HEX #C6CFFC Lavender Blue

📋 copy color: '#C6CFFC'

red 198 ◦ green 207 ◦ blue 252

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

Shades of Lavender Blue #C6CFFC

Tints of Lavender Blue #C6CFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.36%

R = 30.14%
G = 31.51%
B = 38.36%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6CFFC (or 0xC6CFFC) is known color: Lavender Blue. HEX triplet: C6, CF and FC. RGB value is (198,207,252). Sum of RGB (Red+Green+Blue) = 198+207+252=657 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.14% from 657); Green value is 207 (81.25% from 255 or 31.51% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CFFC is #393003. Grayscale: #D1D1D1. Windows color (decimal): -3747844 or 16568262. OLE color: 16568262.

HSL color Cylindrical-coordinate representation of color #C6CFFC: hue angle of 230º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6CFFC is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 207 252 -
CMYK 0.21 0.18 0 0.01
HSL 230º 0.9% 0.88% -
HSV(B) 230º 0.21% 0.99% -
XYZ 63.17 63.66 101.05 -
YUV 209.44 152.02 119.84 -
System Red Green Blue C M Y K H S L
Decimal 198 207 252 0.21 0.18 0 0.01 230 0.9 0.88
Hex C6 CF FC 15 12 0 1 E6 5A 58
Octal 306 317 374 25 22 0 1 346 132 130
Binary 11000110 11001111 11111100 10101 10010 0 1 11100110 1011010 1011000

Color Harmonies of #C6CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CFFC

Black with #C6CFFC

Text Example


Text Example

White with #C6CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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