Html Css Color HEX #C4B3CC Prelude

📋 copy color: '#C4B3CC'

red 196 ◦ green 179 ◦ blue 204

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

Shades of Prelude #C4B3CC

Tints of Prelude #C4B3CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.23%

R = 33.85%
G = 30.92%
B = 35.23%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C4B3CC (or 0xC4B3CC) is known color: Prelude. HEX triplet: C4, B3 and CC. RGB value is (196,179,204). Sum of RGB (Red+Green+Blue) = 196+179+204=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #C4B3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B3CC is #3B4C33. Grayscale: #BABABA. Windows color (decimal): -3886132 or 13415364. OLE color: 13415364.

HSL color Cylindrical-coordinate representation of color #C4B3CC: hue angle of 280.8º degrees, saturation: 0.2, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4B3CC is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 179 204 -
CMYK 0.04 0.12 0 0.2
HSL 280.8º 0.2% 0.75% -
HSV(B) 280.8º 0.12% 0.8% -
XYZ 49.78 48.34 63.83 -
YUV 186.93 137.63 134.47 -
System Red Green Blue C M Y K H S L
Decimal 196 179 204 0.04 0.12 0 0.2 280.8 0.2 0.75
Hex C4 B3 CC 4 C 0 14 119 14 4B
Octal 304 263 314 4 14 0 24 431 24 113
Binary 11000100 10110011 11001100 100 1100 0 10100 100011001 10100 1001011

Color Harmonies of #C4B3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B3CC

Black with #C4B3CC

Text Example


Text Example

White with #C4B3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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