Html Css Color HEX #C4B3CE Prelude

📋 copy color: '#C4B3CE'

red 196 ◦ green 179 ◦ blue 206

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

Shades of Prelude #C4B3CE

Tints of Prelude #C4B3CE

RGB

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

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

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

R = 33.73%
G = 30.81%
B = 35.46%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C4B3CE (or 0xC4B3CE) is known color: Prelude. HEX triplet: C4, B3 and CE. RGB value is (196,179,206). Sum of RGB (Red+Green+Blue) = 196+179+206=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 206 - color contains mainly: blue. Hex color #C4B3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B3CE is #3B4C31. Grayscale: #BBBBBB. Windows color (decimal): -3886130 or 13546436. OLE color: 13546436.

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

Color convert

RGB 196 179 206 -
CMYK 0.05 0.13 0 0.19
HSL 277.78º 0.22% 0.75% -
HSV(B) 277.78º 0.13% 0.81% -
XYZ 50.03 48.43 65.1 -
YUV 187.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 196 179 206 0.05 0.13 0 0.19 277.78 0.22 0.75
Hex C4 B3 CE 5 D 0 13 116 16 4B
Octal 304 263 316 5 15 0 23 426 26 113
Binary 11000100 10110011 11001110 101 1101 0 10011 100010110 10110 1001011

Color Harmonies of #C4B3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B3CE

Black with #C4B3CE

Text Example


Text Example

White with #C4B3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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