Html Css Color HEX #CDAEDD Prelude

📋 copy color: '#CDAEDD'

red 205 ◦ green 174 ◦ blue 221

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

Shades of Prelude #CDAEDD

Tints of Prelude #CDAEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29%

 BLUE value IS 221 (86.72% from 255) = 36.83%

R = 34.17%
G = 29%
B = 36.83%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CDAEDD (or 0xCDAEDD) is known color: Prelude. HEX triplet: CD, AE and DD. RGB value is (205,174,221). Sum of RGB (Red+Green+Blue) = 205+174+221=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEDD is #325122. Grayscale: #BCBCBC. Windows color (decimal): -3297571 or 14528205. OLE color: 14528205.

HSL color Cylindrical-coordinate representation of color #CDAEDD: hue angle of 279.57º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDAEDD is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 174 221 -
CMYK 0.07 0.21 0 0.13
HSL 279.57º 0.41% 0.77% -
HSV(B) 279.57º 0.21% 0.87% -
XYZ 53.36 48.47 74.95 -
YUV 188.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 205 174 221 0.07 0.21 0 0.13 279.57 0.41 0.77
Hex CD AE DD 7 15 0 D 118 29 4D
Octal 315 256 335 7 25 0 15 430 51 115
Binary 11001101 10101110 11011101 111 10101 0 1101 100011000 101001 1001101

Color Harmonies of #CDAEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAEDD

Black with #CDAEDD

Text Example


Text Example

White with #CDAEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAEDD; }

 p { color: rgb(205,174,221); }

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

background-color css

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

 a { background-color: rgb(205,174,221); }

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

border-color css

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

 span { border-color: rgb(205,174,221); }

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