Html Css Color HEX #CDBADC Prelude

📋 copy color: '#CDBADC'

red 205 ◦ green 186 ◦ blue 220

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

Shades of Prelude #CDBADC

Tints of Prelude #CDBADC

RGB

 RED value IS 205 (80.47% from 255) = 33.55%

 GREEN value IS 186 (73.05% from 255) = 30.44%

 BLUE value IS 220 (86.33% from 255) = 36.01%

R = 33.55%
G = 30.44%
B = 36.01%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDBADC (or 0xCDBADC) is known color: Prelude. HEX triplet: CD, BA and DC. RGB value is (205,186,220). Sum of RGB (Red+Green+Blue) = 205+186+220=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBADC is #324523. Grayscale: #C3C3C3. Windows color (decimal): -3294500 or 14465741. OLE color: 14465741.

HSL color Cylindrical-coordinate representation of color #CDBADC: hue angle of 273.53º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDBADC is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 186 220 -
CMYK 0.07 0.15 0 0.14
HSL 273.53º 0.33% 0.8% -
HSV(B) 273.53º 0.15% 0.86% -
XYZ 55.65 53.26 75.06 -
YUV 195.56 141.79 134.74 -
System Red Green Blue C M Y K H S L
Decimal 205 186 220 0.07 0.15 0 0.14 273.53 0.33 0.8
Hex CD BA DC 7 F 0 E 112 21 50
Octal 315 272 334 7 17 0 16 422 41 120
Binary 11001101 10111010 11011100 111 1111 0 1110 100010010 100001 1010000

Color Harmonies of #CDBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBADC

Black with #CDBADC

Text Example


Text Example

White with #CDBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBADC; }

 p { color: rgb(205,186,220); }

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

background-color css

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

 a { background-color: rgb(205,186,220); }

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

border-color css

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

 span { border-color: rgb(205,186,220); }

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