Html Css Color HEX #CDAEDB Prelude

📋 copy color: '#CDAEDB'

red 205 ◦ green 174 ◦ blue 219

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

Shades of Prelude #CDAEDB

Tints of Prelude #CDAEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.62%

R = 34.28%
G = 29.1%
B = 36.62%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDAEDB (or 0xCDAEDB) is known color: Prelude. HEX triplet: CD, AE and DB. RGB value is (205,174,219). Sum of RGB (Red+Green+Blue) = 205+174+219=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDAEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEDB is #325124. Grayscale: #BCBCBC. Windows color (decimal): -3297573 or 14397133. OLE color: 14397133.

HSL color Cylindrical-coordinate representation of color #CDAEDB: hue angle of 281.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDAEDB is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 174 219 -
CMYK 0.06 0.21 0 0.14
HSL 281.33º 0.38% 0.77% -
HSV(B) 281.33º 0.21% 0.86% -
XYZ 53.1 48.37 73.55 -
YUV 188.4 145.27 139.84 -
System Red Green Blue C M Y K H S L
Decimal 205 174 219 0.06 0.21 0 0.14 281.33 0.38 0.77
Hex CD AE DB 6 15 0 E 119 26 4D
Octal 315 256 333 6 25 0 16 431 46 115
Binary 11001101 10101110 11011011 110 10101 0 1110 100011001 100110 1001101

Color Harmonies of #CDAEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAEDB

Black with #CDAEDB

Text Example


Text Example

White with #CDAEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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