Html Css Color HEX #C3ADCB Prelude

📋 copy color: '#C3ADCB'

red 195 ◦ green 173 ◦ blue 203

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

Shades of Prelude #C3ADCB

Tints of Prelude #C3ADCB

RGB

 RED value IS 195 (76.56% from 255) = 34.15%

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

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

R = 34.15%
G = 30.3%
B = 35.55%

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

#C3ADCB (or 0xC3ADCB) is known color: Prelude. HEX triplet: C3, AD and CB. RGB value is (195,173,203). Sum of RGB (Red+Green+Blue) = 195+173+203=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #C3ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADCB is #3C5234. Grayscale: #B6B6B6. Windows color (decimal): -3953205 or 13348291. OLE color: 13348291.

HSL color Cylindrical-coordinate representation of color #C3ADCB: hue angle of 284º 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 #C3ADCB is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 173 203 -
CMYK 0.04 0.15 0 0.20
HSL 284º 0.22% 0.74% -
HSV(B) 284º 0.15% 0.8% -
XYZ 48.23 45.8 62.8 -
YUV 183 139.29 136.56 -
System Red Green Blue C M Y K H S L
Decimal 195 173 203 0.04 0.15 0 0.20 284 0.22 0.74
Hex C3 AD CB 4 F 0 14 11C 16 4A
Octal 303 255 313 4 17 0 24 434 26 112
Binary 11000011 10101101 11001011 100 1111 0 10100 100011100 10110 1001010

Color Harmonies of #C3ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ADCB

Black with #C3ADCB

Text Example


Text Example

White with #C3ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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