Html Css Color HEX #C6B9CE Prelude

📋 copy color: '#C6B9CE'

red 198 ◦ green 185 ◦ blue 206

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

Shades of Prelude #C6B9CE

Tints of Prelude #C6B9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.41%

 BLUE value IS 206 (80.86% from 255) = 34.97%

R = 33.62%
G = 31.41%
B = 34.97%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C6B9CE (or 0xC6B9CE) is known color: Prelude. HEX triplet: C6, B9 and CE. RGB value is (198,185,206). Sum of RGB (Red+Green+Blue) = 198+185+206=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 185 (72.66% from 255 or 31.41% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B9CE is #394631. Grayscale: #BFBFBF. Windows color (decimal): -3753522 or 13547974. OLE color: 13547974.

HSL color Cylindrical-coordinate representation of color #C6B9CE: hue angle of 277.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C6B9CE is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 185 206 -
CMYK 0.04 0.10 0 0.19
HSL 277.14º 0.18% 0.77% -
HSV(B) 277.14º 0.1% 0.81% -
XYZ 51.78 51.16 65.54 -
YUV 191.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 198 185 206 0.04 0.10 0 0.19 277.14 0.18 0.77
Hex C6 B9 CE 4 A 0 13 115 12 4D
Octal 306 271 316 4 12 0 23 425 22 115
Binary 11000110 10111001 11001110 100 1010 0 10011 100010101 10010 1001101

Color Harmonies of #C6B9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B9CE

Black with #C6B9CE

Text Example


Text Example

White with #C6B9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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