Html Css Color HEX #C4ACCD Prelude

📋 copy color: '#C4ACCD'

red 196 ◦ green 172 ◦ blue 205

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

Shades of Prelude #C4ACCD

Tints of Prelude #C4ACCD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.02%

 BLUE value IS 205 (80.47% from 255) = 35.78%

R = 34.21%
G = 30.02%
B = 35.78%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C4ACCD (or 0xC4ACCD) is known color: Prelude. HEX triplet: C4, AC and CD. RGB value is (196,172,205). Sum of RGB (Red+Green+Blue) = 196+172+205=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #C4ACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ACCD is #3B5332. Grayscale: #B6B6B6. Windows color (decimal): -3887923 or 13479108. OLE color: 13479108.

HSL color Cylindrical-coordinate representation of color #C4ACCD: hue angle of 283.64º degrees, saturation: 0.25, 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 #C4ACCD is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 172 205 -
CMYK 0.04 0.16 0 0.20
HSL 283.64º 0.25% 0.74% -
HSV(B) 283.64º 0.16% 0.8% -
XYZ 48.54 45.65 64.01 -
YUV 182.94 140.45 137.32 -
System Red Green Blue C M Y K H S L
Decimal 196 172 205 0.04 0.16 0 0.20 283.64 0.25 0.74
Hex C4 AC CD 4 10 0 14 11C 19 4A
Octal 304 254 315 4 20 0 24 434 31 112
Binary 11000100 10101100 11001101 100 10000 0 10100 100011100 11001 1001010

Color Harmonies of #C4ACCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4ACCD

Black with #C4ACCD

Text Example


Text Example

White with #C4ACCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4ACCD; }

 p { color: rgb(196,172,205); }

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

background-color css

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

 a { background-color: rgb(196,172,205); }

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

border-color css

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

 span { border-color: rgb(196,172,205); }

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