Html Css Color HEX #C6B5CE Prelude

📋 copy color: '#C6B5CE'

red 198 ◦ green 181 ◦ blue 206

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

Shades of Prelude #C6B5CE

Tints of Prelude #C6B5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.94%

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

R = 33.85%
G = 30.94%
B = 35.21%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C6B5CE (or 0xC6B5CE) is known color: Prelude. HEX triplet: C6, B5 and CE. RGB value is (198,181,206). Sum of RGB (Red+Green+Blue) = 198+181+206=585 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.85% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6B5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B5CE is #394A31. Grayscale: #BCBCBC. Windows color (decimal): -3754546 or 13546950. OLE color: 13546950.

HSL color Cylindrical-coordinate representation of color #C6B5CE: hue angle of 280.8º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6B5CE is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 181 206 -
CMYK 0.04 0.12 0 0.19
HSL 280.8º 0.2% 0.76% -
HSV(B) 280.8º 0.12% 0.81% -
XYZ 50.95 49.51 65.26 -
YUV 188.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 198 181 206 0.04 0.12 0 0.19 280.8 0.2 0.76
Hex C6 B5 CE 4 C 0 13 119 14 4C
Octal 306 265 316 4 14 0 23 431 24 114
Binary 11000110 10110101 11001110 100 1100 0 10011 100011001 10100 1001100

Color Harmonies of #C6B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B5CE

Black with #C6B5CE

Text Example


Text Example

White with #C6B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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