Html Css Color HEX #CDAFD6 Prelude

📋 copy color: '#CDAFD6'

red 205 ◦ green 175 ◦ blue 214

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

Shades of Prelude #CDAFD6

Tints of Prelude #CDAFD6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.46%

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

R = 34.51%
G = 29.46%
B = 36.03%

CMYK

 C value IS 0.04

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CDAFD6 (or 0xCDAFD6) is known color: Prelude. HEX triplet: CD, AF and D6. RGB value is (205,175,214). Sum of RGB (Red+Green+Blue) = 205+175+214=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 214 (83.98% from 255 or 36.03% from 594); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFD6 is #325029. Grayscale: #BCBCBC. Windows color (decimal): -3297322 or 14069709. OLE color: 14069709.

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

Color convert

RGB 205 175 214 -
CMYK 0.04 0.18 0 0.16
HSL 286.15º 0.32% 0.76% -
HSV(B) 286.15º 0.18% 0.84% -
XYZ 52.64 48.49 70.2 -
YUV 188.42 142.44 139.83 -
System Red Green Blue C M Y K H S L
Decimal 205 175 214 0.04 0.18 0 0.16 286.15 0.32 0.76
Hex CD AF D6 4 12 0 10 11E 20 4C
Octal 315 257 326 4 22 0 20 436 40 114
Binary 11001101 10101111 11010110 100 10010 0 10000 100011110 100000 1001100

Color Harmonies of #CDAFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAFD6

Black with #CDAFD6

Text Example


Text Example

White with #CDAFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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