Html Css Color HEX #D69688 Petite Orchid

📋 copy color: '#D69688'

red 214 ◦ green 150 ◦ blue 136

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

Shades of Petite Orchid #D69688

Tints of Petite Orchid #D69688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30%

 BLUE value IS 136 (53.52% from 255) = 27.2%

R = 42.8%
G = 30%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D69688 (or 0xD69688) is known color: Petite Orchid. HEX triplet: D6, 96 and 88. RGB value is (214,150,136). Sum of RGB (Red+Green+Blue) = 214+150+136=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D69688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69688 is #296977. Grayscale: #A7A7A7. Windows color (decimal): -2713976 or 8951510. OLE color: 8951510.

HSL color Cylindrical-coordinate representation of color #D69688: hue angle of 10.77º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D69688 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 136 -
CMYK 0 0.30 0.36 0.16
HSL 10.77º 0.49% 0.69% -
HSV(B) 10.77º 0.36% 0.84% -
XYZ 43.08 37.89 28.33 -
YUV 167.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 214 150 136 0 0.30 0.36 0.16 10.77 0.49 0.69
Hex D6 96 88 0 1E 24 10 B 31 45
Octal 326 226 210 0 36 44 20 13 61 105
Binary 11010110 10010110 10001000 0 11110 100100 10000 1011 110001 1000101

Color Harmonies of #D69688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69688

Black with #D69688

Text Example


Text Example

White with #D69688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69688; }

 p { color: rgb(214,150,136); }

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

background-color css

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

 a { background-color: rgb(214,150,136); }

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

border-color css

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

 span { border-color: rgb(214,150,136); }

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