Html Css Color HEX #D6CBD3 Twilight

📋 copy color: '#D6CBD3'

red 214 ◦ green 203 ◦ blue 211

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

Shades of Twilight #D6CBD3

Tints of Twilight #D6CBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.6%

R = 34.08%
G = 32.32%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D6CBD3 (or 0xD6CBD3) is known color: Twilight. HEX triplet: D6, CB and D3. RGB value is (214,203,211). Sum of RGB (Red+Green+Blue) = 214+203+211=628 (83% of max value = 765). Red value is 214 (83.98% from 255 or 34.08% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBD3 is #29342C. Grayscale: #CFCFCF. Windows color (decimal): -2700333 or 13880278. OLE color: 13880278.

HSL color Cylindrical-coordinate representation of color #D6CBD3: hue angle of 316.36º 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 #D6CBD3 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 203 211 -
CMYK 0 0.05 0.01 0.16
HSL 316.36º 0.12% 0.82% -
HSV(B) 316.36º 0.05% 0.84% -
XYZ 60.85 61.71 70.33 -
YUV 207.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 214 203 211 0 0.05 0.01 0.16 316.36 0.12 0.82
Hex D6 CB D3 0 5 1 10 13C C 52
Octal 326 313 323 0 5 1 20 474 14 122
Binary 11010110 11001011 11010011 0 101 1 10000 100111100 1100 1010010

Color Harmonies of #D6CBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CBD3

Black with #D6CBD3

Text Example


Text Example

White with #D6CBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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