Html Css Color HEX #CDCADD Melrose

📋 copy color: '#CDCADD'

red 205 ◦ green 202 ◦ blue 221

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

Shades of Melrose #CDCADD

Tints of Melrose #CDCADD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.17%

 BLUE value IS 221 (86.72% from 255) = 35.19%

R = 32.64%
G = 32.17%
B = 35.19%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CDCADD (or 0xCDCADD) is known color: Melrose. HEX triplet: CD, CA and DD. RGB value is (205,202,221). Sum of RGB (Red+Green+Blue) = 205+202+221=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 202 (79.30% from 255 or 32.17% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDCADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCADD is #323522. Grayscale: #CCCCCC. Windows color (decimal): -3290403 or 14535373. OLE color: 14535373.

HSL color Cylindrical-coordinate representation of color #CDCADD: hue angle of 249.47º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDCADD is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 202 221 -
CMYK 0.07 0.09 0 0.13
HSL 249.47º 0.22% 0.83% -
HSV(B) 249.47º 0.09% 0.87% -
XYZ 59.35 60.44 76.94 -
YUV 205.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 205 202 221 0.07 0.09 0 0.13 249.47 0.22 0.83
Hex CD CA DD 7 9 0 D F9 16 53
Octal 315 312 335 7 11 0 15 371 26 123
Binary 11001101 11001010 11011101 111 1001 0 1101 11111001 10110 1010011

Color Harmonies of #CDCADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCADD

Black with #CDCADD

Text Example


Text Example

White with #CDCADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCADD; }

 p { color: rgb(205,202,221); }

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

background-color css

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

 a { background-color: rgb(205,202,221); }

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

border-color css

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

 span { border-color: rgb(205,202,221); }

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