Html Css Color HEX #CDB4DB Prelude

📋 copy color: '#CDB4DB'

red 205 ◦ green 180 ◦ blue 219

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

Shades of Prelude #CDB4DB

Tints of Prelude #CDB4DB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.8%

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

R = 33.94%
G = 29.8%
B = 36.26%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDB4DB (or 0xCDB4DB) is known color: Prelude. HEX triplet: CD, B4 and DB. RGB value is (205,180,219). Sum of RGB (Red+Green+Blue) = 205+180+219=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 180 (70.70% from 255 or 29.80% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDB4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4DB is #324B24. Grayscale: #BFBFBF. Windows color (decimal): -3296037 or 14398669. OLE color: 14398669.

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

Color convert

RGB 205 180 219 -
CMYK 0.06 0.18 0 0.14
HSL 278.46º 0.35% 0.78% -
HSV(B) 278.46º 0.18% 0.86% -
XYZ 54.28 50.74 73.95 -
YUV 191.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 205 180 219 0.06 0.18 0 0.14 278.46 0.35 0.78
Hex CD B4 DB 6 12 0 E 116 23 4E
Octal 315 264 333 6 22 0 16 426 43 116
Binary 11001101 10110100 11011011 110 10010 0 1110 100010110 100011 1001110

Color Harmonies of #CDB4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB4DB

Black with #CDB4DB

Text Example


Text Example

White with #CDB4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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