Html Css Color HEX #D69DAE Kobi

📋 copy color: '#D69DAE'

red 214 ◦ green 157 ◦ blue 174

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

Shades of Kobi #D69DAE

Tints of Kobi #D69DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.81%

 BLUE value IS 174 (68.36% from 255) = 31.93%

R = 39.27%
G = 28.81%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D69DAE (or 0xD69DAE) is known color: Kobi. HEX triplet: D6, 9D and AE. RGB value is (214,157,174). Sum of RGB (Red+Green+Blue) = 214+157+174=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 157 (61.72% from 255 or 28.81% from 545); Blue value is 174 (68.36% from 255 or 31.93% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69DAE is #296251. Grayscale: #AFAFAF. Windows color (decimal): -2712146 or 11443670. OLE color: 11443670.

HSL color Cylindrical-coordinate representation of color #D69DAE: hue angle of 342.11º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69DAE is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 157 174 -
CMYK 0 0.27 0.19 0.16
HSL 342.11º 0.41% 0.73% -
HSV(B) 342.11º 0.27% 0.84% -
XYZ 47.43 41.47 45.55 -
YUV 175.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 214 157 174 0 0.27 0.19 0.16 342.11 0.41 0.73
Hex D6 9D AE 0 1B 13 10 156 29 49
Octal 326 235 256 0 33 23 20 526 51 111
Binary 11010110 10011101 10101110 0 11011 10011 10000 101010110 101001 1001001

Color Harmonies of #D69DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DAE

Black with #D69DAE

Text Example


Text Example

White with #D69DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DAE; }

 p { color: rgb(214,157,174); }

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

background-color css

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

 a { background-color: rgb(214,157,174); }

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

border-color css

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

 span { border-color: rgb(214,157,174); }

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