#D698A4

Color #D698A4 Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #D698A4

Tints of Careys Pink #D698A4

Color information

#D698A4 (or 0xD698A4) is unknown color: approx Careys Pink. HEX triplet: D6, 98 and A4. RGB value is (214,152,164). Sum of RGB (Red+Green+Blue) = 214+152+164=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D698A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D698A4 is #29675B. Grayscale: #ABABAB. Windows color (decimal): -2713436 or 10787030. OLE color: 10787030.

HSL color Cylindrical-coordinate representation of color #D698A4: hue angle of 348.39º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D698A4 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB214152164-
CMYK00.290.230.16
HSL348.39º43.06%71.76%-
HSV(B)348.39º28.97%83.92%-
XYZ45.6639.4340.33-
YUV171.91123.54158.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.38%
GREEN value IS 152 (59.77% from 255) = 28.68%
BLUE value IS 164 (64.45% from 255) = 30.94%
R=40.38%
G=28.68%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415216400.290.230.16348.3943.0671.76
HexD698A401D171015c2b48
Octal326230244035272053453110
Binary11010110100110001010010001110110111100001010111001010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D698A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D698A4; }

 p { color: rgb(214,152,164); }

 H1.HeaderClassName
 {
   color: #D698A4;
 }
 .AnyTagClassName
 {
   color: #D698A4;
 }
</style>
background-color css

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

 a { background-color: rgb(214,152,164); }

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

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

 span { border-color: rgb(214,152,164); }

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