Html Css Color HEX #D6D7CC Celeste

📋 copy color: '#D6D7CC'

red 214 ◦ green 215 ◦ blue 204

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

Shades of Celeste #D6D7CC

Tints of Celeste #D6D7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.97%

 BLUE value IS 204 (80.08% from 255) = 32.23%

R = 33.81%
G = 33.97%
B = 32.23%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6D7CC (or 0xD6D7CC) is known color: Celeste. HEX triplet: D6, D7 and CC. RGB value is (214,215,204). Sum of RGB (Red+Green+Blue) = 214+215+204=633 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.81% from 633); Green value is 215 (84.38% from 255 or 33.97% from 633); Blue value is 204 (80.08% from 255 or 32.23% from 633); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D7CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D7CC is #292833. Grayscale: #D5D5D5. Windows color (decimal): -2697268 or 13424598. OLE color: 13424598.

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

Color convert

RGB 214 215 204 -
CMYK 0.00 0 0.05 0.16
HSL 65.45º 0.12% 0.82% -
HSV(B) 65.45º 0.05% 0.84% -
XYZ 62.93 67.26 66.79 -
YUV 213.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 214 215 204 0.00 0 0.05 0.16 65.45 0.12 0.82
Hex D6 D7 CC 0 0 5 10 41 C 52
Octal 326 327 314 0 0 5 20 101 14 122
Binary 11010110 11010111 11001100 0 0 101 10000 1000001 1100 1010010

Color Harmonies of #D6D7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D7CC

Black with #D6D7CC

Text Example


Text Example

White with #D6D7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D7CC; }

 p { color: rgb(214,215,204); }

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

background-color css

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

 a { background-color: rgb(214,215,204); }

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

border-color css

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

 span { border-color: rgb(214,215,204); }

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