Html Css Color HEX #C6B7CE Prelude

📋 copy color: '#C6B7CE'

red 198 ◦ green 183 ◦ blue 206

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

Shades of Prelude #C6B7CE

Tints of Prelude #C6B7CE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 31.18%

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

R = 33.73%
G = 31.18%
B = 35.09%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C6B7CE (or 0xC6B7CE) is known color: Prelude. HEX triplet: C6, B7 and CE. RGB value is (198,183,206). Sum of RGB (Red+Green+Blue) = 198+183+206=587 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.73% from 587); Green value is 183 (71.88% from 255 or 31.18% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #C6B7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B7CE is #394831. Grayscale: #BEBEBE. Windows color (decimal): -3754034 or 13547462. OLE color: 13547462.

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

Color convert

RGB 198 183 206 -
CMYK 0.04 0.11 0 0.19
HSL 279.13º 0.19% 0.76% -
HSV(B) 279.13º 0.11% 0.81% -
XYZ 51.36 50.33 65.4 -
YUV 190.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 198 183 206 0.04 0.11 0 0.19 279.13 0.19 0.76
Hex C6 B7 CE 4 B 0 13 117 13 4C
Octal 306 267 316 4 13 0 23 427 23 114
Binary 11000110 10110111 11001110 100 1011 0 10011 100010111 10011 1001100

Color Harmonies of #C6B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B7CE

Black with #C6B7CE

Text Example


Text Example

White with #C6B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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