Html Css Color HEX #C6CBFF Lavender Blue

📋 copy color: '#C6CBFF'

red 198 ◦ green 203 ◦ blue 255

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

Shades of Lavender Blue #C6CBFF

Tints of Lavender Blue #C6CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.95%

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

R = 30.18%
G = 30.95%
B = 38.87%

CMYK

 C value IS 0.22

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C6CBFF (or 0xC6CBFF) is known color: Lavender Blue. HEX triplet: C6, CB and FF. RGB value is (198,203,255). Sum of RGB (Red+Green+Blue) = 198+203+255=656 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.18% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6CBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CBFF is #393400. Grayscale: #CFCFCF. Windows color (decimal): -3748865 or 16763846. OLE color: 16763846.

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

Color convert

RGB 198 203 255 -
CMYK 0.22 0.20 0 0
HSL 234.74º 1% 0.89% -
HSV(B) 234.74º 0.22% 1% -
XYZ 62.69 61.94 103.26 -
YUV 207.43 154.84 121.27 -
System Red Green Blue C M Y K H S L
Decimal 198 203 255 0.22 0.20 0 0 234.74 1 0.89
Hex C6 CB FF 16 14 0 0 EB 64 59
Octal 306 313 377 26 24 0 0 353 144 131
Binary 11000110 11001011 11111111 10110 10100 0 0 11101011 1100100 1011001

Color Harmonies of #C6CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CBFF

Black with #C6CBFF

Text Example


Text Example

White with #C6CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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