Html Css Color HEX #C2ADC9 Prelude

📋 copy color: '#C2ADC9'

red 194 ◦ green 173 ◦ blue 201

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

Shades of Prelude #C2ADC9

Tints of Prelude #C2ADC9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.46%

 BLUE value IS 201 (78.91% from 255) = 35.39%

R = 34.15%
G = 30.46%
B = 35.39%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C2ADC9 (or 0xC2ADC9) is known color: Prelude. HEX triplet: C2, AD and C9. RGB value is (194,173,201). Sum of RGB (Red+Green+Blue) = 194+173+201=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 201 - color contains mainly: blue. Hex color #C2ADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADC9 is #3D5236. Grayscale: #B6B6B6. Windows color (decimal): -4018743 or 13217218. OLE color: 13217218.

HSL color Cylindrical-coordinate representation of color #C2ADC9: hue angle of 285º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2ADC9 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 173 201 -
CMYK 0.03 0.14 0 0.21
HSL 285º 0.21% 0.73% -
HSV(B) 285º 0.14% 0.79% -
XYZ 47.73 45.57 61.54 -
YUV 182.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 194 173 201 0.03 0.14 0 0.21 285 0.21 0.73
Hex C2 AD C9 3 E 0 15 11D 15 49
Octal 302 255 311 3 16 0 25 435 25 111
Binary 11000010 10101101 11001001 11 1110 0 10101 100011101 10101 1001001

Color Harmonies of #C2ADC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADC9

Black with #C2ADC9

Text Example


Text Example

White with #C2ADC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADC9; }

 p { color: rgb(194,173,201); }

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

background-color css

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

 a { background-color: rgb(194,173,201); }

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

border-color css

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

 span { border-color: rgb(194,173,201); }

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