Html Css Color HEX #C6CEFA Lavender Blue

📋 copy color: '#C6CEFA'

red 198 ◦ green 206 ◦ blue 250

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

Shades of Lavender Blue #C6CEFA

Tints of Lavender Blue #C6CEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.23%

R = 30.28%
G = 31.5%
B = 38.23%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C6CEFA (or 0xC6CEFA) is known color: Lavender Blue. HEX triplet: C6, CE and FA. RGB value is (198,206,250). Sum of RGB (Red+Green+Blue) = 198+206+250=654 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.28% from 654); Green value is 206 (80.86% from 255 or 31.50% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6CEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CEFA is #393105. Grayscale: #D0D0D0. Windows color (decimal): -3748102 or 16436934. OLE color: 16436934.

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

Color convert

RGB 198 206 250 -
CMYK 0.21 0.18 0 0.02
HSL 230.77º 0.84% 0.88% -
HSV(B) 230.77º 0.21% 0.98% -
XYZ 62.62 63.05 99.31 -
YUV 208.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 198 206 250 0.21 0.18 0 0.02 230.77 0.84 0.88
Hex C6 CE FA 15 12 0 2 E7 54 58
Octal 306 316 372 25 22 0 2 347 124 130
Binary 11000110 11001110 11111010 10101 10010 0 10 11100111 1010100 1011000

Color Harmonies of #C6CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CEFA

Black with #C6CEFA

Text Example


Text Example

White with #C6CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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