Html Css Color HEX #C2ADCB Prelude

📋 copy color: '#C2ADCB'

red 194 ◦ green 173 ◦ blue 203

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

Shades of Prelude #C2ADCB

Tints of Prelude #C2ADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.61%

R = 34.04%
G = 30.35%
B = 35.61%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C2ADCB (or 0xC2ADCB) is known color: Prelude. HEX triplet: C2, AD and CB. RGB value is (194,173,203). Sum of RGB (Red+Green+Blue) = 194+173+203=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #C2ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADCB is #3D5234. Grayscale: #B6B6B6. Windows color (decimal): -4018741 or 13348290. OLE color: 13348290.

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

Color convert

RGB 194 173 203 -
CMYK 0.04 0.15 0 0.20
HSL 282º 0.22% 0.74% -
HSV(B) 282º 0.15% 0.8% -
XYZ 47.97 45.67 62.79 -
YUV 182.7 139.46 136.06 -
System Red Green Blue C M Y K H S L
Decimal 194 173 203 0.04 0.15 0 0.20 282 0.22 0.74
Hex C2 AD CB 4 F 0 14 11A 16 4A
Octal 302 255 313 4 17 0 24 432 26 112
Binary 11000010 10101101 11001011 100 1111 0 10100 100011010 10110 1001010

Color Harmonies of #C2ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADCB

Black with #C2ADCB

Text Example


Text Example

White with #C2ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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