Html Css Color HEX #D6D8C4 Celeste

📋 copy color: '#D6D8C4'

red 214 ◦ green 216 ◦ blue 196

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

Shades of Celeste #D6D8C4

Tints of Celeste #D6D8C4

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.5%

 BLUE value IS 196 (76.95% from 255) = 31.31%

R = 34.19%
G = 34.5%
B = 31.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D6D8C4 (or 0xD6D8C4) is known color: Celeste. HEX triplet: D6, D8 and C4. RGB value is (214,216,196). Sum of RGB (Red+Green+Blue) = 214+216+196=626 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.19% from 626); Green value is 216 (84.77% from 255 or 34.50% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D8C4 is #29273B. Grayscale: #D5D5D5. Windows color (decimal): -2697020 or 12900566. OLE color: 12900566.

HSL color Cylindrical-coordinate representation of color #D6D8C4: hue angle of 66º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6D8C4 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 216 196 -
CMYK 0.01 0 0.09 0.15
HSL 66º 0.2% 0.81% -
HSV(B) 66º 0.09% 0.85% -
XYZ 62.25 67.39 61.95 -
YUV 213.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 214 216 196 0.01 0 0.09 0.15 66 0.2 0.81
Hex D6 D8 C4 1 0 9 F 42 14 51
Octal 326 330 304 1 0 11 17 102 24 121
Binary 11010110 11011000 11000100 1 0 1001 1111 1000010 10100 1010001

Color Harmonies of #D6D8C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D8C4

Black with #D6D8C4

Text Example


Text Example

White with #D6D8C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D8C4; }

 p { color: rgb(214,216,196); }

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

background-color css

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

 a { background-color: rgb(214,216,196); }

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

border-color css

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

 span { border-color: rgb(214,216,196); }

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