Html Css Color HEX #CDB5DA Prelude

📋 copy color: '#CDB5DA'

red 205 ◦ green 181 ◦ blue 218

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

Shades of Prelude #CDB5DA

Tints of Prelude #CDB5DA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.97%

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

R = 33.94%
G = 29.97%
B = 36.09%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CDB5DA (or 0xCDB5DA) is known color: Prelude. HEX triplet: CD, B5 and DA. RGB value is (205,181,218). Sum of RGB (Red+Green+Blue) = 205+181+218=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDB5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5DA is #324A25. Grayscale: #C0C0C0. Windows color (decimal): -3295782 or 14333389. OLE color: 14333389.

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

Color convert

RGB 205 181 218 -
CMYK 0.06 0.17 0 0.15
HSL 278.92º 0.33% 0.78% -
HSV(B) 278.92º 0.17% 0.85% -
XYZ 54.36 51.09 73.33 -
YUV 192.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 205 181 218 0.06 0.17 0 0.15 278.92 0.33 0.78
Hex CD B5 DA 6 11 0 F 117 21 4E
Octal 315 265 332 6 21 0 17 427 41 116
Binary 11001101 10110101 11011010 110 10001 0 1111 100010111 100001 1001110

Color Harmonies of #CDB5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB5DA

Black with #CDB5DA

Text Example


Text Example

White with #CDB5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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