Html Css Color HEX #C2ADCA Prelude

📋 copy color: '#C2ADCA'

red 194 ◦ green 173 ◦ blue 202

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

Shades of Prelude #C2ADCA

Tints of Prelude #C2ADCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.5%

R = 34.09%
G = 30.4%
B = 35.5%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C2ADCA (or 0xC2ADCA) is known color: Prelude. HEX triplet: C2, AD and CA. RGB value is (194,173,202). Sum of RGB (Red+Green+Blue) = 194+173+202=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #C2ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADCA is #3D5235. Grayscale: #B6B6B6. Windows color (decimal): -4018742 or 13282754. OLE color: 13282754.

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

Color convert

RGB 194 173 202 -
CMYK 0.04 0.14 0 0.21
HSL 283.45º 0.21% 0.74% -
HSV(B) 283.45º 0.14% 0.79% -
XYZ 47.85 45.62 62.16 -
YUV 182.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 194 173 202 0.04 0.14 0 0.21 283.45 0.21 0.74
Hex C2 AD CA 4 E 0 15 11B 15 4A
Octal 302 255 312 4 16 0 25 433 25 112
Binary 11000010 10101101 11001010 100 1110 0 10101 100011011 10101 1001010

Color Harmonies of #C2ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADCA

Black with #C2ADCA

Text Example


Text Example

White with #C2ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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