Html Css Color HEX #C6CCFF Lavender Blue

📋 copy color: '#C6CCFF'

red 198 ◦ green 204 ◦ blue 255

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

Shades of Lavender Blue #C6CCFF

Tints of Lavender Blue #C6CCFF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.05%

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

R = 30.14%
G = 31.05%
B = 38.81%

CMYK

 C value IS 0.22

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C6CCFF (or 0xC6CCFF) is known color: Lavender Blue. HEX triplet: C6, CC and FF. RGB value is (198,204,255). Sum of RGB (Red+Green+Blue) = 198+204+255=657 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30.14% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CCFF is #393300. Grayscale: #CFCFCF. Windows color (decimal): -3748609 or 16764102. OLE color: 16764102.

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

Color convert

RGB 198 204 255 -
CMYK 0.22 0.2 0 0
HSL 233.68º 1% 0.89% -
HSV(B) 233.68º 0.22% 1% -
XYZ 62.93 62.41 103.34 -
YUV 208.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 198 204 255 0.22 0.2 0 0 233.68 1 0.89
Hex C6 CC FF 16 14 0 0 EA 64 59
Octal 306 314 377 26 24 0 0 352 144 131
Binary 11000110 11001100 11111111 10110 10100 0 0 11101010 1100100 1011001

Color Harmonies of #C6CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CCFF

Black with #C6CCFF

Text Example


Text Example

White with #C6CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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