Html Css Color HEX #CDADD2 Prelude

📋 copy color: '#CDADD2'

red 205 ◦ green 173 ◦ blue 210

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

Shades of Prelude #CDADD2

Tints of Prelude #CDADD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.71%

R = 34.86%
G = 29.42%
B = 35.71%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CDADD2 (or 0xCDADD2) is known color: Prelude. HEX triplet: CD, AD and D2. RGB value is (205,173,210). Sum of RGB (Red+Green+Blue) = 205+173+210=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 210 (82.42% from 255 or 35.71% from 588); Max value from RGB is 210 - color contains mainly: blue. Hex color #CDADD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADD2 is #32522D. Grayscale: #BABABA. Windows color (decimal): -3297838 or 13807053. OLE color: 13807053.

HSL color Cylindrical-coordinate representation of color #CDADD2: hue angle of 291.89º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDADD2 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 205 173 210 -
CMYK 0.02 0.18 0 0.18
HSL 291.89º 0.29% 0.75% -
HSV(B) 291.89º 0.18% 0.82% -
XYZ 51.75 47.52 67.42 -
YUV 186.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 205 173 210 0.02 0.18 0 0.18 291.89 0.29 0.75
Hex CD AD D2 2 12 0 12 124 1D 4B
Octal 315 255 322 2 22 0 22 444 35 113
Binary 11001101 10101101 11010010 10 10010 0 10010 100100100 11101 1001011

Color Harmonies of #CDADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDADD2

Black with #CDADD2

Text Example


Text Example

White with #CDADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDADD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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