Html Css Color HEX #C4ABCC Prelude

📋 copy color: '#C4ABCC'

red 196 ◦ green 171 ◦ blue 204

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

Shades of Prelude #C4ABCC

Tints of Prelude #C4ABCC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.95%

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

R = 34.33%
G = 29.95%
B = 35.73%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C4ABCC (or 0xC4ABCC) is known color: Prelude. HEX triplet: C4, AB and CC. RGB value is (196,171,204). Sum of RGB (Red+Green+Blue) = 196+171+204=571 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.33% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 204 (80.08% from 255 or 35.73% from 571); Max value from RGB is 204 - color contains mainly: blue. Hex color #C4ABCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABCC is #3B5433. Grayscale: #B6B6B6. Windows color (decimal): -3888180 or 13413316. OLE color: 13413316.

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

Color convert

RGB 196 171 204 -
CMYK 0.04 0.16 0 0.2
HSL 285.45º 0.24% 0.74% -
HSV(B) 285.45º 0.16% 0.8% -
XYZ 48.23 45.22 63.31 -
YUV 182.24 140.28 137.82 -
System Red Green Blue C M Y K H S L
Decimal 196 171 204 0.04 0.16 0 0.2 285.45 0.24 0.74
Hex C4 AB CC 4 10 0 14 11D 18 4A
Octal 304 253 314 4 20 0 24 435 30 112
Binary 11000100 10101011 11001100 100 10000 0 10100 100011101 11000 1001010

Color Harmonies of #C4ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ABCC

Black with #C4ABCC

Text Example


Text Example

White with #C4ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ABCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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