Html Css Color HEX #C6CEFC Lavender Blue

📋 copy color: '#C6CEFC'

red 198 ◦ green 206 ◦ blue 252

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

Shades of Lavender Blue #C6CEFC

Tints of Lavender Blue #C6CEFC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.4%

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

R = 30.18%
G = 31.4%
B = 38.41%

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

#C6CEFC (or 0xC6CEFC) is known color: Lavender Blue. HEX triplet: C6, CE and FC. RGB value is (198,206,252). Sum of RGB (Red+Green+Blue) = 198+206+252=656 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.18% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6CEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CEFC is #393103. Grayscale: #D0D0D0. Windows color (decimal): -3748100 or 16568006. OLE color: 16568006.

HSL color Cylindrical-coordinate representation of color #C6CEFC: hue angle of 231.11º 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 #C6CEFC is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 206 252 -
CMYK 0.21 0.18 0 0.01
HSL 231.11º 0.9% 0.88% -
HSV(B) 231.11º 0.21% 0.99% -
XYZ 62.93 63.18 100.97 -
YUV 208.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 198 206 252 0.21 0.18 0 0.01 231.11 0.9 0.88
Hex C6 CE FC 15 12 0 1 E7 5A 58
Octal 306 316 374 25 22 0 1 347 132 130
Binary 11000110 11001110 11111100 10101 10010 0 1 11100111 1011010 1011000

Color Harmonies of #C6CEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CEFC

Black with #C6CEFC

Text Example


Text Example

White with #C6CEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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