Html Css Color HEX #CDAFDB Prelude

📋 copy color: '#CDAFDB'

red 205 ◦ green 175 ◦ blue 219

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

Shades of Prelude #CDAFDB

Tints of Prelude #CDAFDB

RGB

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

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

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

R = 34.22%
G = 29.22%
B = 36.56%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDAFDB (or 0xCDAFDB) is known color: Prelude. HEX triplet: CD, AF and DB. RGB value is (205,175,219). Sum of RGB (Red+Green+Blue) = 205+175+219=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 175 (68.75% from 255 or 29.22% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAFDB is #325024. Grayscale: #BCBCBC. Windows color (decimal): -3297317 or 14397389. OLE color: 14397389.

HSL color Cylindrical-coordinate representation of color #CDAFDB: hue angle of 280.91º degrees, saturation: 0.38, 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 #CDAFDB is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 175 219 -
CMYK 0.06 0.20 0 0.14
HSL 280.91º 0.38% 0.77% -
HSV(B) 280.91º 0.2% 0.86% -
XYZ 53.29 48.75 73.62 -
YUV 188.99 144.94 139.42 -
System Red Green Blue C M Y K H S L
Decimal 205 175 219 0.06 0.20 0 0.14 280.91 0.38 0.77
Hex CD AF DB 6 14 0 E 119 26 4D
Octal 315 257 333 6 24 0 16 431 46 115
Binary 11001101 10101111 11011011 110 10100 0 1110 100011001 100110 1001101

Color Harmonies of #CDAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDAFDB

Black with #CDAFDB

Text Example


Text Example

White with #CDAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDAFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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