Html Css Color HEX #CDAFDC Prelude

📋 copy color: '#CDAFDC'

red 205 ◦ green 175 ◦ blue 220

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

Shades of Prelude #CDAFDC

Tints of Prelude #CDAFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.67%

R = 34.17%
G = 29.17%
B = 36.67%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDAFDC (or 0xCDAFDC) is known color: Prelude. HEX triplet: CD, AF and DC. RGB value is (205,175,220). Sum of RGB (Red+Green+Blue) = 205+175+220=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFDC is #325023. Grayscale: #BCBCBC. Windows color (decimal): -3297316 or 14462925. OLE color: 14462925.

HSL color Cylindrical-coordinate representation of color #CDAFDC: hue angle of 280º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDAFDC is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 175 220 -
CMYK 0.07 0.20 0 0.14
HSL 280º 0.39% 0.77% -
HSV(B) 280º 0.2% 0.86% -
XYZ 53.43 48.81 74.31 -
YUV 189.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 205 175 220 0.07 0.20 0 0.14 280 0.39 0.77
Hex CD AF DC 7 14 0 E 118 27 4D
Octal 315 257 334 7 24 0 16 430 47 115
Binary 11001101 10101111 11011100 111 10100 0 1110 100011000 100111 1001101

Color Harmonies of #CDAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAFDC

Black with #CDAFDC

Text Example


Text Example

White with #CDAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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