Html Css Color HEX #D6CBD2 Twilight

📋 copy color: '#D6CBD2'

red 214 ◦ green 203 ◦ blue 210

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

Shades of Twilight #D6CBD2

Tints of Twilight #D6CBD2

RGB

 RED value IS 214 (83.98% from 255) = 34.13%

 GREEN value IS 203 (79.69% from 255) = 32.38%

 BLUE value IS 210 (82.42% from 255) = 33.49%

R = 34.13%
G = 32.38%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D6CBD2 (or 0xD6CBD2) is known color: Twilight. HEX triplet: D6, CB and D2. RGB value is (214,203,210). Sum of RGB (Red+Green+Blue) = 214+203+210=627 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.13% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBD2 is #29342D. Grayscale: #CFCFCF. Windows color (decimal): -2700334 or 13814742. OLE color: 13814742.

HSL color Cylindrical-coordinate representation of color #D6CBD2: hue angle of 321.82º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6CBD2 is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 203 210 -
CMYK 0 0.05 0.02 0.16
HSL 321.82º 0.12% 0.82% -
HSV(B) 321.82º 0.05% 0.84% -
XYZ 60.72 61.66 69.67 -
YUV 207.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 214 203 210 0 0.05 0.02 0.16 321.82 0.12 0.82
Hex D6 CB D2 0 5 2 10 142 C 52
Octal 326 313 322 0 5 2 20 502 14 122
Binary 11010110 11001011 11010010 0 101 10 10000 101000010 1100 1010010

Color Harmonies of #D6CBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CBD2

Black with #D6CBD2

Text Example


Text Example

White with #D6CBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CBD2; }

 p { color: rgb(214,203,210); }

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

background-color css

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

 a { background-color: rgb(214,203,210); }

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

border-color css

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

 span { border-color: rgb(214,203,210); }

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