Html Css Color HEX #CDAFDA Prelude

📋 copy color: '#CDAFDA'

red 205 ◦ green 175 ◦ blue 218

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

Shades of Prelude #CDAFDA

Tints of Prelude #CDAFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.45%

R = 34.28%
G = 29.26%
B = 36.45%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CDAFDA (or 0xCDAFDA) is known color: Prelude. HEX triplet: CD, AF and DA. RGB value is (205,175,218). Sum of RGB (Red+Green+Blue) = 205+175+218=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 218 (85.55% from 255 or 36.45% from 598); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDAFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFDA is #325025. Grayscale: #BCBCBC. Windows color (decimal): -3297318 or 14331853. OLE color: 14331853.

HSL color Cylindrical-coordinate representation of color #CDAFDA: hue angle of 281.86º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDAFDA is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 175 218 -
CMYK 0.06 0.20 0 0.15
HSL 281.86º 0.37% 0.77% -
HSV(B) 281.86º 0.2% 0.85% -
XYZ 53.16 48.7 72.93 -
YUV 188.87 144.44 139.5 -
System Red Green Blue C M Y K H S L
Decimal 205 175 218 0.06 0.20 0 0.15 281.86 0.37 0.77
Hex CD AF DA 6 14 0 F 11A 25 4D
Octal 315 257 332 6 24 0 17 432 45 115
Binary 11001101 10101111 11011010 110 10100 0 1111 100011010 100101 1001101

Color Harmonies of #CDAFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAFDA

Black with #CDAFDA

Text Example


Text Example

White with #CDAFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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