Html Css Color HEX #C4AED0 Prelude

📋 copy color: '#C4AED0'

red 196 ◦ green 174 ◦ blue 208

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

Shades of Prelude #C4AED0

Tints of Prelude #C4AED0

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.1%

 BLUE value IS 208 (81.64% from 255) = 35.99%

R = 33.91%
G = 30.1%
B = 35.99%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C4AED0 (or 0xC4AED0) is known color: Prelude. HEX triplet: C4, AE and D0. RGB value is (196,174,208). Sum of RGB (Red+Green+Blue) = 196+174+208=578 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.91% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #C4AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AED0 is #3B512F. Grayscale: #B8B8B8. Windows color (decimal): -3887408 or 13676228. OLE color: 13676228.

HSL color Cylindrical-coordinate representation of color #C4AED0: hue angle of 278.82º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4AED0 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 174 208 -
CMYK 0.06 0.16 0 0.18
HSL 278.82º 0.27% 0.75% -
HSV(B) 278.82º 0.16% 0.82% -
XYZ 49.29 46.56 66.06 -
YUV 184.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 196 174 208 0.06 0.16 0 0.18 278.82 0.27 0.75
Hex C4 AE D0 6 10 0 12 117 1B 4B
Octal 304 256 320 6 20 0 22 427 33 113
Binary 11000100 10101110 11010000 110 10000 0 10010 100010111 11011 1001011

Color Harmonies of #C4AED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4AED0

Black with #C4AED0

Text Example


Text Example

White with #C4AED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4AED0; }

 p { color: rgb(196,174,208); }

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

background-color css

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

 a { background-color: rgb(196,174,208); }

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

border-color css

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

 span { border-color: rgb(196,174,208); }

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