Html Css Color HEX #C6ADCB Prelude

📋 copy color: '#C6ADCB'

red 198 ◦ green 173 ◦ blue 203

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

Shades of Prelude #C6ADCB

Tints of Prelude #C6ADCB

RGB

 RED value IS 198 (77.73% from 255) = 34.49%

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

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

R = 34.49%
G = 30.14%
B = 35.37%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C6ADCB (or 0xC6ADCB) is known color: Prelude. HEX triplet: C6, AD and CB. RGB value is (198,173,203). Sum of RGB (Red+Green+Blue) = 198+173+203=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 203 - color contains mainly: blue. Hex color #C6ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADCB is #395234. Grayscale: #B7B7B7. Windows color (decimal): -3756597 or 13348294. OLE color: 13348294.

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

Color convert

RGB 198 173 203 -
CMYK 0.02 0.15 0 0.20
HSL 290º 0.22% 0.74% -
HSV(B) 290º 0.15% 0.8% -
XYZ 49.01 46.2 62.84 -
YUV 183.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 198 173 203 0.02 0.15 0 0.20 290 0.22 0.74
Hex C6 AD CB 2 F 0 14 122 16 4A
Octal 306 255 313 2 17 0 24 442 26 112
Binary 11000110 10101101 11001011 10 1111 0 10100 100100010 10110 1001010

Color Harmonies of #C6ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADCB

Black with #C6ADCB

Text Example


Text Example

White with #C6ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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