Html Css Color HEX #CDADD5 Prelude

📋 copy color: '#CDADD5'

red 205 ◦ green 173 ◦ blue 213

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

Shades of Prelude #CDADD5

Tints of Prelude #CDADD5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.27%

 BLUE value IS 213 (83.59% from 255) = 36.04%

R = 34.69%
G = 29.27%
B = 36.04%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CDADD5 (or 0xCDADD5) is known color: Prelude. HEX triplet: CD, AD and D5. RGB value is (205,173,213). Sum of RGB (Red+Green+Blue) = 205+173+213=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 213 (83.59% from 255 or 36.04% from 591); Max value from RGB is 213 - color contains mainly: blue. Hex color #CDADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADD5 is #32522A. Grayscale: #BBBBBB. Windows color (decimal): -3297835 or 14003661. OLE color: 14003661.

HSL color Cylindrical-coordinate representation of color #CDADD5: hue angle of 288º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDADD5 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 173 213 -
CMYK 0.04 0.19 0 0.16
HSL 288º 0.32% 0.76% -
HSV(B) 288º 0.19% 0.84% -
XYZ 52.13 47.67 69.4 -
YUV 187.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 205 173 213 0.04 0.19 0 0.16 288 0.32 0.76
Hex CD AD D5 4 13 0 10 120 20 4C
Octal 315 255 325 4 23 0 20 440 40 114
Binary 11001101 10101101 11010101 100 10011 0 10000 100100000 100000 1001100

Color Harmonies of #CDADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDADD5

Black with #CDADD5

Text Example


Text Example

White with #CDADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDADD5; }

 p { color: rgb(205,173,213); }

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

background-color css

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

 a { background-color: rgb(205,173,213); }

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

border-color css

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

 span { border-color: rgb(205,173,213); }

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