Html Css Color HEX #CDB4DA Prelude

📋 copy color: '#CDB4DA'

red 205 ◦ green 180 ◦ blue 218

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

Shades of Prelude #CDB4DA

Tints of Prelude #CDB4DA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.85%

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

R = 34%
G = 29.85%
B = 36.15%

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

#CDB4DA (or 0xCDB4DA) is known color: Prelude. HEX triplet: CD, B4 and DA. RGB value is (205,180,218). Sum of RGB (Red+Green+Blue) = 205+180+218=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDB4DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB4DA is #324B25. Grayscale: #BFBFBF. Windows color (decimal): -3296038 or 14333133. OLE color: 14333133.

HSL color Cylindrical-coordinate representation of color #CDB4DA: hue angle of 279.47º degrees, saturation: 0.34, 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 #CDB4DA is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 180 218 -
CMYK 0.06 0.17 0 0.15
HSL 279.47º 0.34% 0.78% -
HSV(B) 279.47º 0.17% 0.85% -
XYZ 54.15 50.68 73.26 -
YUV 191.81 142.78 137.41 -
System Red Green Blue C M Y K H S L
Decimal 205 180 218 0.06 0.17 0 0.15 279.47 0.34 0.78
Hex CD B4 DA 6 11 0 F 117 22 4E
Octal 315 264 332 6 21 0 17 427 42 116
Binary 11001101 10110100 11011010 110 10001 0 1111 100010111 100010 1001110

Color Harmonies of #CDB4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB4DA

Black with #CDB4DA

Text Example


Text Example

White with #CDB4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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