#AFDDCB

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

Shades of Cruise #AFDDCB

Tints of Cruise #AFDDCB

Color information

#AFDDCB (or 0xAFDDCB) is unknown color: approx Cruise. HEX triplet: AF, DD and CB. RGB value is (175,221,203). Sum of RGB (Red+Green+Blue) = 175+221+203=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDCB is #502234. Grayscale: #CDCDCD. Windows color (decimal): -5251637 or 13360559. OLE color: 13360559.

HSL color Cylindrical-coordinate representation of color #AFDDCB: hue angle of 156.52º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDDCB is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB175221203-
CMYK0.2100.080.13
HSL156.52º40.35%77.65%-
HSV(B)156.52º20.81%86.67%-
XYZ54.3265.1466.21-
YUV205.19126.76106.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.22%
GREEN value IS 221 (86.72% from 255) = 36.89%
BLUE value IS 203 (79.69% from 255) = 33.89%
R=29.22%
G=36.89%
B=33.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752212030.2100.080.13156.5240.3577.65
HexAFDDCB1508D9d284e
Octal257335313250101523550116
Binary10101111110111011100101110101010001101100111011010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDCB; }

 p { color: rgb(175,221,203); }

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

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

 a { background-color: rgb(175,221,203); }

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

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

 span { border-color: rgb(175,221,203); }

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