Html Css Color HEX #C7B3CE Prelude

📋 copy color: '#C7B3CE'

red 199 ◦ green 179 ◦ blue 206

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

Shades of Prelude #C7B3CE

Tints of Prelude #C7B3CE

RGB

 RED value IS 199 (78.13% from 255) = 34.08%

 GREEN value IS 179 (70.31% from 255) = 30.65%

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

R = 34.08%
G = 30.65%
B = 35.27%

CMYK

 C value IS 0.03

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C7B3CE (or 0xC7B3CE) is known color: Prelude. HEX triplet: C7, B3 and CE. RGB value is (199,179,206). Sum of RGB (Red+Green+Blue) = 199+179+206=584 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.08% from 584); Green value is 179 (70.31% from 255 or 30.65% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7B3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B3CE is #384C31. Grayscale: #BBBBBB. Windows color (decimal): -3689522 or 13546439. OLE color: 13546439.

HSL color Cylindrical-coordinate representation of color #C7B3CE: hue angle of 284.44º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7B3CE is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 179 206 -
CMYK 0.03 0.13 0 0.19
HSL 284.44º 0.22% 0.75% -
HSV(B) 284.44º 0.13% 0.81% -
XYZ 50.81 48.84 65.14 -
YUV 188.06 138.13 135.8 -
System Red Green Blue C M Y K H S L
Decimal 199 179 206 0.03 0.13 0 0.19 284.44 0.22 0.75
Hex C7 B3 CE 3 D 0 13 11C 16 4B
Octal 307 263 316 3 15 0 23 434 26 113
Binary 11000111 10110011 11001110 11 1101 0 10011 100011100 10110 1001011

Color Harmonies of #C7B3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B3CE

Black with #C7B3CE

Text Example


Text Example

White with #C7B3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B3CE; }

 p { color: rgb(199,179,206); }

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

background-color css

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

 a { background-color: rgb(199,179,206); }

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

border-color css

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

 span { border-color: rgb(199,179,206); }

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