Html Css Color HEX #C2ABCD Prelude

📋 copy color: '#C2ABCD'

red 194 ◦ green 171 ◦ blue 205

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

Shades of Prelude #C2ABCD

Tints of Prelude #C2ABCD

RGB

 RED value IS 194 (76.17% from 255) = 34.04%

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

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

R = 34.04%
G = 30%
B = 35.96%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C2ABCD (or 0xC2ABCD) is known color: Prelude. HEX triplet: C2, AB and CD. RGB value is (194,171,205). Sum of RGB (Red+Green+Blue) = 194+171+205=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #C2ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABCD is #3D5432. Grayscale: #B5B5B5. Windows color (decimal): -4019251 or 13478850. OLE color: 13478850.

HSL color Cylindrical-coordinate representation of color #C2ABCD: hue angle of 280.59º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2ABCD is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 171 205 -
CMYK 0.05 0.17 0 0.20
HSL 280.59º 0.25% 0.74% -
HSV(B) 280.59º 0.17% 0.8% -
XYZ 47.83 45 63.92 -
YUV 181.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 194 171 205 0.05 0.17 0 0.20 280.59 0.25 0.74
Hex C2 AB CD 5 11 0 14 119 19 4A
Octal 302 253 315 5 21 0 24 431 31 112
Binary 11000010 10101011 11001101 101 10001 0 10100 100011001 11001 1001010

Color Harmonies of #C2ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ABCD

Black with #C2ABCD

Text Example


Text Example

White with #C2ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ABCD; }

 p { color: rgb(194,171,205); }

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

background-color css

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

 a { background-color: rgb(194,171,205); }

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

border-color css

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

 span { border-color: rgb(194,171,205); }

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