Html Css Color HEX #CDADDB Prelude

📋 copy color: '#CDADDB'

red 205 ◦ green 173 ◦ blue 219

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

Shades of Prelude #CDADDB

Tints of Prelude #CDADDB

RGB

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

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

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

R = 34.34%
G = 28.98%
B = 36.68%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CDADDB (or 0xCDADDB) is known color: Prelude. HEX triplet: CD, AD and DB. RGB value is (205,173,219). Sum of RGB (Red+Green+Blue) = 205+173+219=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 173 (67.97% from 255 or 28.98% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADDB is #325224. Grayscale: #BBBBBB. Windows color (decimal): -3297829 or 14396877. OLE color: 14396877.

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

Color convert

RGB 205 173 219 -
CMYK 0.06 0.21 0 0.14
HSL 281.74º 0.39% 0.77% -
HSV(B) 281.74º 0.21% 0.86% -
XYZ 52.91 47.98 73.49 -
YUV 187.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 205 173 219 0.06 0.21 0 0.14 281.74 0.39 0.77
Hex CD AD DB 6 15 0 E 11A 27 4D
Octal 315 255 333 6 25 0 16 432 47 115
Binary 11001101 10101101 11011011 110 10101 0 1110 100011010 100111 1001101

Color Harmonies of #CDADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDADDB

Black with #CDADDB

Text Example


Text Example

White with #CDADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDADDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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