Html Css Color HEX #C4B7CE Prelude

📋 copy color: '#C4B7CE'

red 196 ◦ green 183 ◦ blue 206

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

Shades of Prelude #C4B7CE

Tints of Prelude #C4B7CE

RGB

 RED value IS 196 (76.95% from 255) = 33.5%

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

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

R = 33.5%
G = 31.28%
B = 35.21%

CMYK

 C value IS 0.05

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C4B7CE (or 0xC4B7CE) is known color: Prelude. HEX triplet: C4, B7 and CE. RGB value is (196,183,206). Sum of RGB (Red+Green+Blue) = 196+183+206=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 183 (71.88% from 255 or 31.28% 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 #C4B7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B7CE is #3B4831. Grayscale: #BDBDBD. Windows color (decimal): -3885106 or 13547460. OLE color: 13547460.

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

Color convert

RGB 196 183 206 -
CMYK 0.05 0.11 0 0.19
HSL 273.91º 0.19% 0.76% -
HSV(B) 273.91º 0.11% 0.81% -
XYZ 50.84 50.06 65.38 -
YUV 189.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 196 183 206 0.05 0.11 0 0.19 273.91 0.19 0.76
Hex C4 B7 CE 5 B 0 13 112 13 4C
Octal 304 267 316 5 13 0 23 422 23 114
Binary 11000100 10110111 11001110 101 1011 0 10011 100010010 10011 1001100

Color Harmonies of #C4B7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B7CE

Black with #C4B7CE

Text Example


Text Example

White with #C4B7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B7CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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