Html Css Color HEX #CDB0DB Prelude

📋 copy color: '#CDB0DB'

red 205 ◦ green 176 ◦ blue 219

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

Shades of Prelude #CDB0DB

Tints of Prelude #CDB0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.33%

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

R = 34.17%
G = 29.33%
B = 36.5%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDB0DB (or 0xCDB0DB) is known color: Prelude. HEX triplet: CD, B0 and DB. RGB value is (205,176,219). Sum of RGB (Red+Green+Blue) = 205+176+219=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB0DB is #324F24. Grayscale: #BDBDBD. Windows color (decimal): -3297061 or 14397645. OLE color: 14397645.

HSL color Cylindrical-coordinate representation of color #CDB0DB: hue angle of 280.47º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDB0DB is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 176 219 -
CMYK 0.06 0.20 0 0.14
HSL 280.47º 0.37% 0.77% -
HSV(B) 280.47º 0.2% 0.86% -
XYZ 53.49 49.14 73.68 -
YUV 189.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 205 176 219 0.06 0.20 0 0.14 280.47 0.37 0.77
Hex CD B0 DB 6 14 0 E 118 25 4D
Octal 315 260 333 6 24 0 16 430 45 115
Binary 11001101 10110000 11011011 110 10100 0 1110 100011000 100101 1001101

Color Harmonies of #CDB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB0DB

Black with #CDB0DB

Text Example


Text Example

White with #CDB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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