Html Css Color HEX #C5AFD2 Prelude

📋 copy color: '#C5AFD2'

red 197 ◦ green 175 ◦ blue 210

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

Shades of Prelude #C5AFD2

Tints of Prelude #C5AFD2

RGB

 RED value IS 197 (77.34% from 255) = 33.85%

 GREEN value IS 175 (68.75% from 255) = 30.07%

 BLUE value IS 210 (82.42% from 255) = 36.08%

R = 33.85%
G = 30.07%
B = 36.08%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C5AFD2 (or 0xC5AFD2) is known color: Prelude. HEX triplet: C5, AF and D2. RGB value is (197,175,210). Sum of RGB (Red+Green+Blue) = 197+175+210=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 210 - color contains mainly: blue. Hex color #C5AFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFD2 is #3A502D. Grayscale: #B9B9B9. Windows color (decimal): -3821614 or 13807557. OLE color: 13807557.

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

Color convert

RGB 197 175 210 -
CMYK 0.06 0.17 0 0.18
HSL 277.71º 0.28% 0.75% -
HSV(B) 277.71º 0.17% 0.82% -
XYZ 49.99 47.18 67.45 -
YUV 185.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 197 175 210 0.06 0.17 0 0.18 277.71 0.28 0.75
Hex C5 AF D2 6 11 0 12 116 1C 4B
Octal 305 257 322 6 21 0 22 426 34 113
Binary 11000101 10101111 11010010 110 10001 0 10010 100010110 11100 1001011

Color Harmonies of #C5AFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AFD2

Black with #C5AFD2

Text Example


Text Example

White with #C5AFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AFD2; }

 p { color: rgb(197,175,210); }

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

background-color css

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

 a { background-color: rgb(197,175,210); }

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

border-color css

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

 span { border-color: rgb(197,175,210); }

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