Html Css Color HEX #C7B5CE Prelude

📋 copy color: '#C7B5CE'

red 199 ◦ green 181 ◦ blue 206

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

Shades of Prelude #C7B5CE

Tints of Prelude #C7B5CE

RGB

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

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

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

R = 33.96%
G = 30.89%
B = 35.15%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C7B5CE (or 0xC7B5CE) is known color: Prelude. HEX triplet: C7, B5 and CE. RGB value is (199,181,206). Sum of RGB (Red+Green+Blue) = 199+181+206=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7B5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B5CE is #384A31. Grayscale: #BDBDBD. Windows color (decimal): -3689010 or 13546951. OLE color: 13546951.

HSL color Cylindrical-coordinate representation of color #C7B5CE: hue angle of 283.2º 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 #C7B5CE is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 199 181 206 -
CMYK 0.03 0.12 0 0.19
HSL 283.2º 0.2% 0.76% -
HSV(B) 283.2º 0.12% 0.81% -
XYZ 51.22 49.65 65.28 -
YUV 189.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 199 181 206 0.03 0.12 0 0.19 283.2 0.2 0.76
Hex C7 B5 CE 3 C 0 13 11B 14 4C
Octal 307 265 316 3 14 0 23 433 24 114
Binary 11000111 10110101 11001110 11 1100 0 10011 100011011 10100 1001100

Color Harmonies of #C7B5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B5CE

Black with #C7B5CE

Text Example


Text Example

White with #C7B5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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