Html Css Color HEX #C6CEFF Lavender Blue

📋 copy color: '#C6CEFF'

red 198 ◦ green 206 ◦ blue 255

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

Shades of Lavender Blue #C6CEFF

Tints of Lavender Blue #C6CEFF

RGB

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

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

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

R = 30.05%
G = 31.26%
B = 38.69%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C6CEFF (or 0xC6CEFF) is known color: Lavender Blue. HEX triplet: C6, CE and FF. RGB value is (198,206,255). Sum of RGB (Red+Green+Blue) = 198+206+255=659 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.05% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CEFF is #393100. Grayscale: #D0D0D0. Windows color (decimal): -3748097 or 16764614. OLE color: 16764614.

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

Color convert

RGB 198 206 255 -
CMYK 0.22 0.19 0 0
HSL 231.58º 1% 0.89% -
HSV(B) 231.58º 0.22% 1% -
XYZ 63.41 63.37 103.5 -
YUV 209.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 198 206 255 0.22 0.19 0 0 231.58 1 0.89
Hex C6 CE FF 16 13 0 0 E8 64 59
Octal 306 316 377 26 23 0 0 350 144 131
Binary 11000110 11001110 11111111 10110 10011 0 0 11101000 1100100 1011001

Color Harmonies of #C6CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CEFF

Black with #C6CEFF

Text Example


Text Example

White with #C6CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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