Html Css Color HEX #CDB2DB Prelude

📋 copy color: '#CDB2DB'

red 205 ◦ green 178 ◦ blue 219

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

Shades of Prelude #CDB2DB

Tints of Prelude #CDB2DB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.57%

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

R = 34.05%
G = 29.57%
B = 36.38%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDB2DB (or 0xCDB2DB) is known color: Prelude. HEX triplet: CD, B2 and DB. RGB value is (205,178,219). Sum of RGB (Red+Green+Blue) = 205+178+219=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB2DB is #324D24. Grayscale: #BEBEBE. Windows color (decimal): -3296549 or 14398157. OLE color: 14398157.

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

Color convert

RGB 205 178 219 -
CMYK 0.06 0.19 0 0.14
HSL 279.51º 0.36% 0.78% -
HSV(B) 279.51º 0.19% 0.86% -
XYZ 53.88 49.93 73.82 -
YUV 190.75 143.95 138.17 -
System Red Green Blue C M Y K H S L
Decimal 205 178 219 0.06 0.19 0 0.14 279.51 0.36 0.78
Hex CD B2 DB 6 13 0 E 118 24 4E
Octal 315 262 333 6 23 0 16 430 44 116
Binary 11001101 10110010 11011011 110 10011 0 1110 100011000 100100 1001110

Color Harmonies of #CDB2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB2DB

Black with #CDB2DB

Text Example


Text Example

White with #CDB2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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