Html Css Color HEX #C6D0FF Lavender Blue

📋 copy color: '#C6D0FF'

red 198 ◦ green 208 ◦ blue 255

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

Shades of Lavender Blue #C6D0FF

Tints of Lavender Blue #C6D0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.47%

 BLUE value IS 255 (100% from 255) = 38.58%

R = 29.95%
G = 31.47%
B = 38.58%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C6D0FF (or 0xC6D0FF) is known color: Lavender Blue. HEX triplet: C6, D0 and FF. RGB value is (198,208,255). Sum of RGB (Red+Green+Blue) = 198+208+255=661 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.95% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6D0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6D0FF is #392F00. Grayscale: #D2D2D2. Windows color (decimal): -3747585 or 16765126. OLE color: 16765126.

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

Color convert

RGB 198 208 255 -
CMYK 0.22 0.18 0 0
HSL 229.47º 1% 0.89% -
HSV(B) 229.47º 0.22% 1% -
XYZ 63.89 64.34 103.66 -
YUV 210.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 198 208 255 0.22 0.18 0 0 229.47 1 0.89
Hex C6 D0 FF 16 12 0 0 E5 64 59
Octal 306 320 377 26 22 0 0 345 144 131
Binary 11000110 11010000 11111111 10110 10010 0 0 11100101 1100100 1011001

Color Harmonies of #C6D0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D0FF

Black with #C6D0FF

Text Example


Text Example

White with #C6D0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D0FF; }

 p { color: rgb(198,208,255); }

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

background-color css

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

 a { background-color: rgb(198,208,255); }

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

border-color css

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

 span { border-color: rgb(198,208,255); }

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