Html Css Color HEX #D6D7CA Celeste

📋 copy color: '#D6D7CA'

red 214 ◦ green 215 ◦ blue 202

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

Shades of Celeste #D6D7CA

Tints of Celeste #D6D7CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 32.01%

R = 33.91%
G = 34.07%
B = 32.01%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D6D7CA (or 0xD6D7CA) is known color: Celeste. HEX triplet: D6, D7 and CA. RGB value is (214,215,202). Sum of RGB (Red+Green+Blue) = 214+215+202=631 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.91% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D7CA is #292835. Grayscale: #D5D5D5. Windows color (decimal): -2697270 or 13293526. OLE color: 13293526.

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

Color convert

RGB 214 215 202 -
CMYK 0.00 0 0.06 0.16
HSL 64.62º 0.14% 0.82% -
HSV(B) 64.62º 0.06% 0.84% -
XYZ 62.69 67.16 65.54 -
YUV 213.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 214 215 202 0.00 0 0.06 0.16 64.62 0.14 0.82
Hex D6 D7 CA 0 0 6 10 41 E 52
Octal 326 327 312 0 0 6 20 101 16 122
Binary 11010110 11010111 11001010 0 0 110 10000 1000001 1110 1010010

Color Harmonies of #D6D7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D7CA

Black with #D6D7CA

Text Example


Text Example

White with #D6D7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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