Html Css Color HEX #CDAEE0 Prelude

📋 copy color: '#CDAEE0'

red 205 ◦ green 174 ◦ blue 224

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

Shades of Prelude #CDAEE0

Tints of Prelude #CDAEE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.15%

R = 34%
G = 28.86%
B = 37.15%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CDAEE0 (or 0xCDAEE0) is known color: Prelude. HEX triplet: CD, AE and E0. RGB value is (205,174,224). Sum of RGB (Red+Green+Blue) = 205+174+224=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 224 (87.89% from 255 or 37.15% from 603); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDAEE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEE0 is #32511F. Grayscale: #BCBCBC. Windows color (decimal): -3297568 or 14724813. OLE color: 14724813.

HSL color Cylindrical-coordinate representation of color #CDAEE0: hue angle of 277.2º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDAEE0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 174 224 -
CMYK 0.08 0.22 0 0.12
HSL 277.2º 0.45% 0.78% -
HSV(B) 277.2º 0.22% 0.88% -
XYZ 53.77 48.63 77.07 -
YUV 188.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 205 174 224 0.08 0.22 0 0.12 277.2 0.45 0.78
Hex CD AE E0 8 16 0 C 115 2D 4E
Octal 315 256 340 10 26 0 14 425 55 116
Binary 11001101 10101110 11100000 1000 10110 0 1100 100010101 101101 1001110

Color Harmonies of #CDAEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAEE0

Black with #CDAEE0

Text Example


Text Example

White with #CDAEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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