Html Css Color HEX #CDCAE0 Melrose

📋 copy color: '#CDCAE0'

red 205 ◦ green 202 ◦ blue 224

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

Shades of Melrose #CDCAE0

Tints of Melrose #CDCAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.5%

R = 32.49%
G = 32.01%
B = 35.5%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CDCAE0 (or 0xCDCAE0) is known color: Melrose. HEX triplet: CD, CA and E0. RGB value is (205,202,224). Sum of RGB (Red+Green+Blue) = 205+202+224=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDCAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCAE0 is #32351F. Grayscale: #CDCDCD. Windows color (decimal): -3290400 or 14731981. OLE color: 14731981.

HSL color Cylindrical-coordinate representation of color #CDCAE0: hue angle of 248.18º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDCAE0 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 202 224 -
CMYK 0.08 0.10 0 0.12
HSL 248.18º 0.26% 0.84% -
HSV(B) 248.18º 0.1% 0.88% -
XYZ 59.75 60.6 79.07 -
YUV 205.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 205 202 224 0.08 0.10 0 0.12 248.18 0.26 0.84
Hex CD CA E0 8 A 0 C F8 1A 54
Octal 315 312 340 10 12 0 14 370 32 124
Binary 11001101 11001010 11100000 1000 1010 0 1100 11111000 11010 1010100

Color Harmonies of #CDCAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCAE0

Black with #CDCAE0

Text Example


Text Example

White with #CDCAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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