Html Css Color HEX #CFCDDB Melrose

📋 copy color: '#CFCDDB'

red 207 ◦ green 205 ◦ blue 219

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

Shades of Melrose #CFCDDB

Tints of Melrose #CFCDDB

RGB

 RED value IS 207 (81.25% from 255) = 32.81%

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

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

R = 32.81%
G = 32.49%
B = 34.71%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CFCDDB (or 0xCFCDDB) is known color: Melrose. HEX triplet: CF, CD and DB. RGB value is (207,205,219). Sum of RGB (Red+Green+Blue) = 207+205+219=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFCDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCDDB is #303224. Grayscale: #CFCFCF. Windows color (decimal): -3158565 or 14405071. OLE color: 14405071.

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

Color convert

RGB 207 205 219 -
CMYK 0.05 0.06 0 0.14
HSL 248.57º 0.16% 0.83% -
HSV(B) 248.57º 0.06% 0.86% -
XYZ 60.35 62.04 75.81 -
YUV 207.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 207 205 219 0.05 0.06 0 0.14 248.57 0.16 0.83
Hex CF CD DB 5 6 0 E F9 10 53
Octal 317 315 333 5 6 0 16 371 20 123
Binary 11001111 11001101 11011011 101 110 0 1110 11111001 10000 1010011

Color Harmonies of #CFCDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCDDB

Black with #CFCDDB

Text Example


Text Example

White with #CFCDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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