#AFDDCA

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

Shades of Cruise #AFDDCA

Tints of Cruise #AFDDCA

Color information

#AFDDCA (or 0xAFDDCA) is unknown color: approx Cruise. HEX triplet: AF, DD and CA. RGB value is (175,221,202). Sum of RGB (Red+Green+Blue) = 175+221+202=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDDCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDDCA is #502235. Grayscale: #CDCDCD. Windows color (decimal): -5251638 or 13295023. OLE color: 13295023.

HSL color Cylindrical-coordinate representation of color #AFDDCA: hue angle of 155.22º 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 #AFDDCA is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB175221202-
CMYK0.2100.090.13
HSL155.22º40.35%77.65%-
HSV(B)155.22º20.81%86.67%-
XYZ54.265.0965.58-
YUV205.08126.26106.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 221 (86.72% from 255) = 36.96%
BLUE value IS 202 (79.30% from 255) = 33.78%
R=29.26%
G=36.96%
B=33.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1752212020.2100.090.13155.2240.3577.65
HexAFDDCA1509D9b284e
Octal257335312250111523350116
Binary10101111110111011100101010101010011101100110111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDDCA; }

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

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

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

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

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

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

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

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