Html Css Color HEX #CDADD3 Prelude

📋 copy color: '#CDADD3'

red 205 ◦ green 173 ◦ blue 211

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

Shades of Prelude #CDADD3

Tints of Prelude #CDADD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.82%

R = 34.8%
G = 29.37%
B = 35.82%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CDADD3 (or 0xCDADD3) is known color: Prelude. HEX triplet: CD, AD and D3. RGB value is (205,173,211). Sum of RGB (Red+Green+Blue) = 205+173+211=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 211 (82.81% from 255 or 35.82% from 589); Max value from RGB is 211 - color contains mainly: blue. Hex color #CDADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADD3 is #32522C. Grayscale: #BABABA. Windows color (decimal): -3297837 or 13872589. OLE color: 13872589.

HSL color Cylindrical-coordinate representation of color #CDADD3: hue angle of 290.53º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDADD3 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 205 173 211 -
CMYK 0.03 0.18 0 0.17
HSL 290.53º 0.3% 0.75% -
HSV(B) 290.53º 0.18% 0.83% -
XYZ 51.88 47.57 68.08 -
YUV 186.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 205 173 211 0.03 0.18 0 0.17 290.53 0.3 0.75
Hex CD AD D3 3 12 0 11 123 1E 4B
Octal 315 255 323 3 22 0 21 443 36 113
Binary 11001101 10101101 11010011 11 10010 0 10001 100100011 11110 1001011

Color Harmonies of #CDADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDADD3

Black with #CDADD3

Text Example


Text Example

White with #CDADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDADD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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