Html Css Color HEX #CDADD6 Prelude

📋 copy color: '#CDADD6'

red 205 ◦ green 173 ◦ blue 214

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

Shades of Prelude #CDADD6

Tints of Prelude #CDADD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.15%

R = 34.63%
G = 29.22%
B = 36.15%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CDADD6 (or 0xCDADD6) is known color: Prelude. HEX triplet: CD, AD and D6. RGB value is (205,173,214). Sum of RGB (Red+Green+Blue) = 205+173+214=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 173 (67.97% from 255 or 29.22% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADD6 is #325229. Grayscale: #BBBBBB. Windows color (decimal): -3297834 or 14069197. OLE color: 14069197.

HSL color Cylindrical-coordinate representation of color #CDADD6: hue angle of 286.83º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDADD6 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 173 214 -
CMYK 0.04 0.19 0 0.16
HSL 286.83º 0.33% 0.76% -
HSV(B) 286.83º 0.19% 0.84% -
XYZ 52.26 47.72 70.08 -
YUV 187.24 143.1 140.67 -
System Red Green Blue C M Y K H S L
Decimal 205 173 214 0.04 0.19 0 0.16 286.83 0.33 0.76
Hex CD AD D6 4 13 0 10 11F 21 4C
Octal 315 255 326 4 23 0 20 437 41 114
Binary 11001101 10101101 11010110 100 10011 0 10000 100011111 100001 1001100

Color Harmonies of #CDADD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDADD6

Black with #CDADD6

Text Example


Text Example

White with #CDADD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDADD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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