Html Css Color HEX #C7B9CE Prelude

📋 copy color: '#C7B9CE'

red 199 ◦ green 185 ◦ blue 206

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

Shades of Prelude #C7B9CE

Tints of Prelude #C7B9CE

RGB

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

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

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

R = 33.73%
G = 31.36%
B = 34.92%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C7B9CE (or 0xC7B9CE) is known color: Prelude. HEX triplet: C7, B9 and CE. RGB value is (199,185,206). Sum of RGB (Red+Green+Blue) = 199+185+206=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #C7B9CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B9CE is #384631. Grayscale: #BFBFBF. Windows color (decimal): -3687986 or 13547975. OLE color: 13547975.

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

Color convert

RGB 199 185 206 -
CMYK 0.03 0.10 0 0.19
HSL 280º 0.18% 0.77% -
HSV(B) 280º 0.1% 0.81% -
XYZ 52.04 51.3 65.55 -
YUV 191.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 199 185 206 0.03 0.10 0 0.19 280 0.18 0.77
Hex C7 B9 CE 3 A 0 13 118 12 4D
Octal 307 271 316 3 12 0 23 430 22 115
Binary 11000111 10111001 11001110 11 1010 0 10011 100011000 10010 1001101

Color Harmonies of #C7B9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B9CE

Black with #C7B9CE

Text Example


Text Example

White with #C7B9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B9CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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