Html Css Color HEX #CDB9DF Prelude

📋 copy color: '#CDB9DF'

red 205 ◦ green 185 ◦ blue 223

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

Shades of Prelude #CDB9DF

Tints of Prelude #CDB9DF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.18%

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 33.44%
G = 30.18%
B = 36.38%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CDB9DF (or 0xCDB9DF) is known color: Prelude. HEX triplet: CD, B9 and DF. RGB value is (205,185,223). Sum of RGB (Red+Green+Blue) = 205+185+223=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDB9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9DF is #324620. Grayscale: #C3C3C3. Windows color (decimal): -3294753 or 14662093. OLE color: 14662093.

HSL color Cylindrical-coordinate representation of color #CDB9DF: hue angle of 271.58º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDB9DF is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 185 223 -
CMYK 0.08 0.17 0 0.13
HSL 271.58º 0.37% 0.8% -
HSV(B) 271.58º 0.17% 0.87% -
XYZ 55.85 53 77.1 -
YUV 195.31 143.63 134.91 -
System Red Green Blue C M Y K H S L
Decimal 205 185 223 0.08 0.17 0 0.13 271.58 0.37 0.8
Hex CD B9 DF 8 11 0 D 110 25 50
Octal 315 271 337 10 21 0 15 420 45 120
Binary 11001101 10111001 11011111 1000 10001 0 1101 100010000 100101 1010000

Color Harmonies of #CDB9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB9DF

Black with #CDB9DF

Text Example


Text Example

White with #CDB9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB9DF; }

 p { color: rgb(205,185,223); }

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

background-color css

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

 a { background-color: rgb(205,185,223); }

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

border-color css

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

 span { border-color: rgb(205,185,223); }

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