Html Css Color HEX #D68CAE Kobi

📋 copy color: '#D68CAE'

red 214 ◦ green 140 ◦ blue 174

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

Shades of Kobi #D68CAE

Tints of Kobi #D68CAE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.52%

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

R = 40.53%
G = 26.52%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D68CAE (or 0xD68CAE) is known color: Kobi. HEX triplet: D6, 8C and AE. RGB value is (214,140,174). Sum of RGB (Red+Green+Blue) = 214+140+174=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 174 (68.36% from 255 or 32.95% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68CAE is #297351. Grayscale: #A5A5A5. Windows color (decimal): -2716498 or 11439318. OLE color: 11439318.

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

Color convert

RGB 214 140 174 -
CMYK 0 0.35 0.19 0.16
HSL 332.43º 0.47% 0.69% -
HSV(B) 332.43º 0.35% 0.84% -
XYZ 44.75 36.11 44.66 -
YUV 166 132.52 162.24 -
System Red Green Blue C M Y K H S L
Decimal 214 140 174 0 0.35 0.19 0.16 332.43 0.47 0.69
Hex D6 8C AE 0 23 13 10 14C 2F 45
Octal 326 214 256 0 43 23 20 514 57 105
Binary 11010110 10001100 10101110 0 100011 10011 10000 101001100 101111 1000101

Color Harmonies of #D68CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CAE

Black with #D68CAE

Text Example


Text Example

White with #D68CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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