Html Css Color HEX #CDB5DB Prelude

📋 copy color: '#CDB5DB'

red 205 ◦ green 181 ◦ blue 219

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

Shades of Prelude #CDB5DB

Tints of Prelude #CDB5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.92%

 BLUE value IS 219 (85.94% from 255) = 36.2%

R = 33.88%
G = 29.92%
B = 36.2%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDB5DB (or 0xCDB5DB) is known color: Prelude. HEX triplet: CD, B5 and DB. RGB value is (205,181,219). Sum of RGB (Red+Green+Blue) = 205+181+219=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5DB is #324A24. Grayscale: #C0C0C0. Windows color (decimal): -3295781 or 14398925. OLE color: 14398925.

HSL color Cylindrical-coordinate representation of color #CDB5DB: hue angle of 277.89º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDB5DB is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 181 219 -
CMYK 0.06 0.17 0 0.14
HSL 277.89º 0.35% 0.78% -
HSV(B) 277.89º 0.17% 0.86% -
XYZ 54.49 51.14 74.02 -
YUV 192.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 205 181 219 0.06 0.17 0 0.14 277.89 0.35 0.78
Hex CD B5 DB 6 11 0 E 116 23 4E
Octal 315 265 333 6 21 0 16 426 43 116
Binary 11001101 10110101 11011011 110 10001 0 1110 100010110 100011 1001110

Color Harmonies of #CDB5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB5DB

Black with #CDB5DB

Text Example


Text Example

White with #CDB5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB5DB; }

 p { color: rgb(205,181,219); }

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

background-color css

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

 a { background-color: rgb(205,181,219); }

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

border-color css

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

 span { border-color: rgb(205,181,219); }

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