Html Css Color HEX #CDB9DA Prelude

📋 copy color: '#CDB9DA'

red 205 ◦ green 185 ◦ blue 218

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

Shades of Prelude #CDB9DA

Tints of Prelude #CDB9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.86%

R = 33.72%
G = 30.43%
B = 35.86%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CDB9DA (or 0xCDB9DA) is known color: Prelude. HEX triplet: CD, B9 and DA. RGB value is (205,185,218). Sum of RGB (Red+Green+Blue) = 205+185+218=608 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.72% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDB9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9DA is #324625. Grayscale: #C2C2C2. Windows color (decimal): -3294758 or 14334413. OLE color: 14334413.

HSL color Cylindrical-coordinate representation of color #CDB9DA: hue angle of 276.36º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDB9DA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 185 218 -
CMYK 0.06 0.15 0 0.15
HSL 276.36º 0.31% 0.79% -
HSV(B) 276.36º 0.15% 0.85% -
XYZ 55.18 52.74 73.6 -
YUV 194.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 205 185 218 0.06 0.15 0 0.15 276.36 0.31 0.79
Hex CD B9 DA 6 F 0 F 114 1F 4F
Octal 315 271 332 6 17 0 17 424 37 117
Binary 11001101 10111001 11011010 110 1111 0 1111 100010100 11111 1001111

Color Harmonies of #CDB9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB9DA

Black with #CDB9DA

Text Example


Text Example

White with #CDB9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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